Html Css Color HEX #663DCD Purple Heart

📋 copy color: '#663DCD'

red 102 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #663DCD

Tints of Purple Heart #663DCD

RGB

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

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

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

R = 27.72%
G = 16.58%
B = 55.71%

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

#663DCD (or 0x663DCD) is known color: Purple Heart. HEX triplet: 66, 3D and CD. RGB value is (102,61,205). Sum of RGB (Red+Green+Blue) = 102+61+205=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #663DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DCD is #99C232. Grayscale: #595959. Windows color (decimal): -10076723 or 13450598. OLE color: 13450598.

HSL color Cylindrical-coordinate representation of color #663DCD: hue angle of 257.08º 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 #663DCD is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 61 205 -
CMYK 0.50 0.70 0 0.20
HSL 257.08º 0.59% 0.52% -
HSV(B) 257.08º 0.7% 0.8% -
XYZ 18.17 10.57 58.84 -
YUV 89.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 102 61 205 0.50 0.70 0 0.20 257.08 0.59 0.52
Hex 66 3D CD 32 46 0 14 101 3B 34
Octal 146 75 315 62 106 0 24 401 73 64
Binary 1100110 111101 11001101 110010 1000110 0 10100 100000001 111011 110100

Color Harmonies of #663DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DCD

Black with #663DCD

Text Example


Text Example

White with #663DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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