Html Css Color HEX #663DC9 Purple Heart

📋 copy color: '#663DC9'

red 102 ◦ green 61 ◦ blue 201

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

Shades of Purple Heart #663DC9

Tints of Purple Heart #663DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.76%

 BLUE value IS 201 (78.91% from 255) = 55.22%

R = 28.02%
G = 16.76%
B = 55.22%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#663DC9 (or 0x663DC9) is known color: Purple Heart. HEX triplet: 66, 3D and C9. RGB value is (102,61,201). Sum of RGB (Red+Green+Blue) = 102+61+201=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #663DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DC9 is #99C236. Grayscale: #585858. Windows color (decimal): -10076727 or 13188454. OLE color: 13188454.

HSL color Cylindrical-coordinate representation of color #663DC9: hue angle of 257.57º degrees, saturation: 0.56, 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 #663DC9 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 61 201 -
CMYK 0.49 0.70 0 0.21
HSL 257.57º 0.56% 0.51% -
HSV(B) 257.57º 0.7% 0.79% -
XYZ 17.69 10.38 56.33 -
YUV 89.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 102 61 201 0.49 0.70 0 0.21 257.57 0.56 0.51
Hex 66 3D C9 31 46 0 15 102 38 33
Octal 146 75 311 61 106 0 25 402 70 63
Binary 1100110 111101 11001001 110001 1000110 0 10101 100000010 111000 110011

Color Harmonies of #663DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DC9

Black with #663DC9

Text Example


Text Example

White with #663DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,61,201); }

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

background-color css

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

 a { background-color: rgb(102,61,201); }

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

border-color css

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

 span { border-color: rgb(102,61,201); }

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