Html Css Color HEX #663CCA Purple Heart

📋 copy color: '#663CCA'

red 102 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #663CCA

Tints of Purple Heart #663CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 28.02%
G = 16.48%
B = 55.49%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#663CCA (or 0x663CCA) is known color: Purple Heart. HEX triplet: 66, 3C and CA. RGB value is (102,60,202). Sum of RGB (Red+Green+Blue) = 102+60+202=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #663CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CCA is #99C335. Grayscale: #585858. Windows color (decimal): -10076982 or 13253734. OLE color: 13253734.

HSL color Cylindrical-coordinate representation of color #663CCA: hue angle of 257.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663CCA is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 60 202 -
CMYK 0.50 0.70 0 0.21
HSL 257.75º 0.57% 0.51% -
HSV(B) 257.75º 0.7% 0.79% -
XYZ 17.76 10.32 56.93 -
YUV 88.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 102 60 202 0.50 0.70 0 0.21 257.75 0.57 0.51
Hex 66 3C CA 32 46 0 15 102 39 33
Octal 146 74 312 62 106 0 25 402 71 63
Binary 1100110 111100 11001010 110010 1000110 0 10101 100000010 111001 110011

Color Harmonies of #663CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CCA

Black with #663CCA

Text Example


Text Example

White with #663CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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