Html Css Color HEX #662BC0 Purple Heart

📋 copy color: '#662BC0'

red 102 ◦ green 43 ◦ blue 192

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

Shades of Purple Heart #662BC0

Tints of Purple Heart #662BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 30.27%
G = 12.76%
B = 56.97%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#662BC0 (or 0x662BC0) is known color: Purple Heart. HEX triplet: 66, 2B and C0. RGB value is (102,43,192). Sum of RGB (Red+Green+Blue) = 102+43+192=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #662BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BC0 is #99D43F. Grayscale: #4D4D4D. Windows color (decimal): -10081344 or 12594022. OLE color: 12594022.

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

Color convert

RGB 102 43 192 -
CMYK 0.47 0.78 0 0.25
HSL 263.76º 0.63% 0.46% -
HSV(B) 263.76º 0.78% 0.75% -
XYZ 15.86 8.36 50.65 -
YUV 77.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 102 43 192 0.47 0.78 0 0.25 263.76 0.63 0.46
Hex 66 2B C0 2F 4E 0 19 108 3F 2E
Octal 146 53 300 57 116 0 31 410 77 56
Binary 1100110 101011 11000000 101111 1001110 0 11001 100001000 111111 101110

Color Harmonies of #662BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BC0

Black with #662BC0

Text Example


Text Example

White with #662BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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