Html Css Color HEX #663ED4 Purple Heart

📋 copy color: '#663ED4'

red 102 ◦ green 62 ◦ blue 212

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

Shades of Purple Heart #663ED4

Tints of Purple Heart #663ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 56.38%

R = 27.13%
G = 16.49%
B = 56.38%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#663ED4 (or 0x663ED4) is known color: Purple Heart. HEX triplet: 66, 3E and D4. RGB value is (102,62,212). Sum of RGB (Red+Green+Blue) = 102+62+212=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #663ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ED4 is #99C12B. Grayscale: #5A5A5A. Windows color (decimal): -10076460 or 13909606. OLE color: 13909606.

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

Color convert

RGB 102 62 212 -
CMYK 0.52 0.71 0 0.17
HSL 256º 0.64% 0.54% -
HSV(B) 256º 0.71% 0.83% -
XYZ 19.09 11.02 63.41 -
YUV 91.06 196.25 135.8 -
System Red Green Blue C M Y K H S L
Decimal 102 62 212 0.52 0.71 0 0.17 256 0.64 0.54
Hex 66 3E D4 34 47 0 11 100 40 36
Octal 146 76 324 64 107 0 21 400 100 66
Binary 1100110 111110 11010100 110100 1000111 0 10001 100000000 1000000 110110

Color Harmonies of #663ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663ED4

Black with #663ED4

Text Example


Text Example

White with #663ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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