Html Css Color HEX #663ECD Purple Heart

📋 copy color: '#663ECD'

red 102 ◦ green 62 ◦ blue 205

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

Shades of Purple Heart #663ECD

Tints of Purple Heart #663ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 27.64%
G = 16.8%
B = 55.56%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#663ECD (or 0x663ECD) is known color: Purple Heart. HEX triplet: 66, 3E and CD. RGB value is (102,62,205). Sum of RGB (Red+Green+Blue) = 102+62+205=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #663ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ECD is #99C132. Grayscale: #595959. Windows color (decimal): -10076467 or 13450854. OLE color: 13450854.

HSL color Cylindrical-coordinate representation of color #663ECD: hue angle of 256.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663ECD is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 62 205 -
CMYK 0.50 0.70 0 0.20
HSL 256.78º 0.59% 0.52% -
HSV(B) 256.78º 0.7% 0.8% -
XYZ 18.22 10.68 58.86 -
YUV 90.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 102 62 205 0.50 0.70 0 0.20 256.78 0.59 0.52
Hex 66 3E CD 32 46 0 14 101 3B 34
Octal 146 76 315 62 106 0 24 401 73 64
Binary 1100110 111110 11001101 110010 1000110 0 10100 100000001 111011 110100

Color Harmonies of #663ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663ECD

Black with #663ECD

Text Example


Text Example

White with #663ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,62,205); }

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

background-color css

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

 a { background-color: rgb(102,62,205); }

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

border-color css

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

 span { border-color: rgb(102,62,205); }

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