Html Css Color HEX #663CCE Purple Heart

📋 copy color: '#663CCE'

red 102 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #663CCE

Tints of Purple Heart #663CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 27.72%
G = 16.3%
B = 55.98%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#663CCE (or 0x663CCE) is known color: Purple Heart. HEX triplet: 66, 3C and CE. RGB value is (102,60,206). Sum of RGB (Red+Green+Blue) = 102+60+206=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #663CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CCE is #99C331. Grayscale: #585858. Windows color (decimal): -10076978 or 13515878. OLE color: 13515878.

HSL color Cylindrical-coordinate representation of color #663CCE: hue angle of 257.26º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663CCE is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 60 206 -
CMYK 0.50 0.71 0 0.19
HSL 257.26º 0.6% 0.52% -
HSV(B) 257.26º 0.71% 0.81% -
XYZ 18.24 10.51 59.46 -
YUV 89.2 193.91 137.13 -
System Red Green Blue C M Y K H S L
Decimal 102 60 206 0.50 0.71 0 0.19 257.26 0.6 0.52
Hex 66 3C CE 32 47 0 13 101 3C 34
Octal 146 74 316 62 107 0 23 401 74 64
Binary 1100110 111100 11001110 110010 1000111 0 10011 100000001 111100 110100

Color Harmonies of #663CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CCE

Black with #663CCE

Text Example


Text Example

White with #663CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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