Html Css Color HEX #662BAC Purple Heart

📋 copy color: '#662BAC'

red 102 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #662BAC

Tints of Purple Heart #662BAC

RGB

 RED value IS 102 (40.23% from 255) = 32.18%

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 32.18%
G = 13.56%
B = 54.26%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#662BAC (or 0x662BAC) is known color: Purple Heart. HEX triplet: 66, 2B and AC. RGB value is (102,43,172). Sum of RGB (Red+Green+Blue) = 102+43+172=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #662BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662BAC is #99D453. Grayscale: #4A4A4A. Windows color (decimal): -10081364 or 11283302. OLE color: 11283302.

HSL color Cylindrical-coordinate representation of color #662BAC: hue angle of 267.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662BAC is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 43 172 -
CMYK 0.41 0.75 0 0.33
HSL 267.44º 0.6% 0.42% -
HSV(B) 267.44º 0.75% 0.67% -
XYZ 13.79 7.53 39.76 -
YUV 75.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 102 43 172 0.41 0.75 0 0.33 267.44 0.6 0.42
Hex 66 2B AC 29 4B 0 21 10B 3C 2A
Octal 146 53 254 51 113 0 41 413 74 52
Binary 1100110 101011 10101100 101001 1001011 0 100001 100001011 111100 101010

Color Harmonies of #662BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BAC

Black with #662BAC

Text Example


Text Example

White with #662BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662BAC; }

 p { color: rgb(102,43,172); }

 H1.HeaderClassName
 {
   color: #662BAC;
 }
 .AnyTagClassName
 {
   color: #662BAC;
 }
</style>

background-color css

<style>
 a { background-color: #662BAC; }

 a { background-color: rgb(102,43,172); }

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

border-color css

<style>
 span { border-color: #662BAC; }

 span { border-color: rgb(102,43,172); }

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