Html Css Color HEX #662CCA Purple Heart

📋 copy color: '#662CCA'

red 102 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #662CCA

Tints of Purple Heart #662CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

 BLUE value IS 202 (79.3% from 255) = 58.05%

R = 29.31%
G = 12.64%
B = 58.05%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#662CCA (or 0x662CCA) is known color: Purple Heart. HEX triplet: 66, 2C and CA. RGB value is (102,44,202). Sum of RGB (Red+Green+Blue) = 102+44+202=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #662CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CCA is #99D335. Grayscale: #4E4E4E. Windows color (decimal): -10081078 or 13249638. OLE color: 13249638.

HSL color Cylindrical-coordinate representation of color #662CCA: hue angle of 262.03º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662CCA is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 44 202 -
CMYK 0.50 0.78 0 0.21
HSL 262.03º 0.64% 0.48% -
HSV(B) 262.03º 0.78% 0.79% -
XYZ 17.04 8.89 56.69 -
YUV 79.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 102 44 202 0.50 0.78 0 0.21 262.03 0.64 0.48
Hex 66 2C CA 32 4E 0 15 106 40 30
Octal 146 54 312 62 116 0 25 406 100 60
Binary 1100110 101100 11001010 110010 1001110 0 10101 100000110 1000000 110000

Color Harmonies of #662CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662CCA

Black with #662CCA

Text Example


Text Example

White with #662CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,44,202); }

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

background-color css

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

 a { background-color: rgb(102,44,202); }

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

border-color css

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

 span { border-color: rgb(102,44,202); }

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