Html Css Color HEX #662BBB Purple Heart

📋 copy color: '#662BBB'

red 102 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #662BBB

Tints of Purple Heart #662BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 30.72%
G = 12.95%
B = 56.33%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#662BBB (or 0x662BBB) is known color: Purple Heart. HEX triplet: 66, 2B and BB. RGB value is (102,43,187). Sum of RGB (Red+Green+Blue) = 102+43+187=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #662BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BBB is #99D444. Grayscale: #4C4C4C. Windows color (decimal): -10081349 or 12266342. OLE color: 12266342.

HSL color Cylindrical-coordinate representation of color #662BBB: hue angle of 264.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662BBB is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 43 187 -
CMYK 0.45 0.77 0 0.27
HSL 264.58º 0.63% 0.45% -
HSV(B) 264.58º 0.77% 0.73% -
XYZ 15.31 8.14 47.78 -
YUV 77.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 102 43 187 0.45 0.77 0 0.27 264.58 0.63 0.45
Hex 66 2B BB 2D 4D 0 1B 109 3F 2D
Octal 146 53 273 55 115 0 33 411 77 55
Binary 1100110 101011 10111011 101101 1001101 0 11011 100001001 111111 101101

Color Harmonies of #662BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BBB

Black with #662BBB

Text Example


Text Example

White with #662BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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