Html Css Color HEX #663ED5 Purple Heart

📋 copy color: '#663ED5'

red 102 ◦ green 62 ◦ blue 213

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

Shades of Purple Heart #663ED5

Tints of Purple Heart #663ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 27.06%
G = 16.45%
B = 56.5%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#663ED5 (or 0x663ED5) is known color: Purple Heart. HEX triplet: 66, 3E and D5. RGB value is (102,62,213). Sum of RGB (Red+Green+Blue) = 102+62+213=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #663ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ED5 is #99C12A. Grayscale: #5A5A5A. Windows color (decimal): -10076459 or 13975142. OLE color: 13975142.

HSL color Cylindrical-coordinate representation of color #663ED5: hue angle of 255.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663ED5 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 62 213 -
CMYK 0.52 0.71 0 0.16
HSL 255.89º 0.64% 0.54% -
HSV(B) 255.89º 0.71% 0.84% -
XYZ 19.21 11.07 64.08 -
YUV 91.17 196.75 135.72 -
System Red Green Blue C M Y K H S L
Decimal 102 62 213 0.52 0.71 0 0.16 255.89 0.64 0.54
Hex 66 3E D5 34 47 0 10 100 40 36
Octal 146 76 325 64 107 0 20 400 100 66
Binary 1100110 111110 11010101 110100 1000111 0 10000 100000000 1000000 110110

Color Harmonies of #663ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663ED5

Black with #663ED5

Text Example


Text Example

White with #663ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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