Html Css Color HEX #672BCC Purple Heart

📋 copy color: '#672BCC'

red 103 ◦ green 43 ◦ blue 204

#672BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #672BCC

Tints of Purple Heart #672BCC

RGB

 RED value IS 103 (40.63% from 255) = 29.43%

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 29.43%
G = 12.29%
B = 58.29%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#672BCC (or 0x672BCC) is known color: Purple Heart. HEX triplet: 67, 2B and CC. RGB value is (103,43,204). Sum of RGB (Red+Green+Blue) = 103+43+204=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #672BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BCC is #98D433. Grayscale: #4E4E4E. Windows color (decimal): -10015796 or 13380455. OLE color: 13380455.

HSL color Cylindrical-coordinate representation of color #672BCC: hue angle of 262.36º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672BCC is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 43 204 -
CMYK 0.50 0.79 0 0.2
HSL 262.36º 0.65% 0.48% -
HSV(B) 262.36º 0.79% 0.8% -
XYZ 17.36 8.97 57.94 -
YUV 79.29 198.38 144.91 -
System Red Green Blue C M Y K H S L
Decimal 103 43 204 0.50 0.79 0 0.2 262.36 0.65 0.48
Hex 67 2B CC 32 4F 0 14 106 41 30
Octal 147 53 314 62 117 0 24 406 101 60
Binary 1100111 101011 11001100 110010 1001111 0 10100 100000110 1000001 110000

Color Harmonies of #672BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BCC

Black with #672BCC

Text Example


Text Example

White with #672BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #672BCC;
 }
 .AnyTagClassName
 {
   color: #672BCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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