Html Css Color HEX #662BBE Purple Heart

📋 copy color: '#662BBE'

red 102 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #662BBE

Tints of Purple Heart #662BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 30.45%
G = 12.84%
B = 56.72%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#662BBE (or 0x662BBE) is known color: Purple Heart. HEX triplet: 66, 2B and BE. RGB value is (102,43,190). Sum of RGB (Red+Green+Blue) = 102+43+190=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #662BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BBE is #99D441. Grayscale: #4C4C4C. Windows color (decimal): -10081346 or 12462950. OLE color: 12462950.

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

Color convert

RGB 102 43 190 -
CMYK 0.46 0.77 0 0.25
HSL 264.08º 0.63% 0.46% -
HSV(B) 264.08º 0.77% 0.75% -
XYZ 15.64 8.27 49.49 -
YUV 77.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 102 43 190 0.46 0.77 0 0.25 264.08 0.63 0.46
Hex 66 2B BE 2E 4D 0 19 108 3F 2E
Octal 146 53 276 56 115 0 31 410 77 56
Binary 1100110 101011 10111110 101110 1001101 0 11001 100001000 111111 101110

Color Harmonies of #662BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BBE

Black with #662BBE

Text Example


Text Example

White with #662BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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