#672BB8

Color #672BB8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #672BB8

Tints of Purple Heart #672BB8

Color information

#672BB8 (or 0x672BB8) is unknown color: approx Purple Heart. HEX triplet: 67, 2B and B8. RGB value is (103,43,184). Sum of RGB (Red+Green+Blue) = 103+43+184=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #672BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BB8 is #98D447. Grayscale: #4C4C4C. Windows color (decimal): -10015816 or 12069735. OLE color: 12069735.

HSL color Cylindrical-coordinate representation of color #672BB8: hue angle of 265.53º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672BB8 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10343184-
CMYK0.440.7700.28
HSL265.53º62.11%44.51%-
HSV(B)265.53º76.63%72.16%-
XYZ15.118.0746.11-
YUV77.01188.38146.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 43 (17.19% from 255) = 13.03%
BLUE value IS 184 (72.27% from 255) = 55.76%
R=31.21%
G=13.03%
B=55.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal103431840.440.7700.28265.5362.1144.51
Hex672BB82C4D01C10a3e2d
Octal14753270541150344127655
Binary1100111101011101110001011001001101011100100001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672BB8; }

 p { color: rgb(103,43,184); }

 H1.HeaderClassName
 {
   color: #672BB8;
 }
 .AnyTagClassName
 {
   color: #672BB8;
 }
</style>
background-color css

<style>
 a { background-color: #672BB8; }

 a { background-color: rgb(103,43,184); }

 div.DivClassName
 {
   background-color: #672BB8;
 }
 .BgClassName
 {
   background-color: #672BB8;
 }
</style>
border-color css

<style>
 span { border-color: #672BB8; }

 span { border-color: rgb(103,43,184); }

 td.TdClassName
 {
   border-color: #672BB8;
 }
 .TagClassName
 {
   border-color: #672BB8;
 }
</style>