Html Css Color HEX #663CDD Purple Heart

📋 copy color: '#663CDD'

red 102 ◦ green 60 ◦ blue 221

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

Shades of Purple Heart #663CDD

Tints of Purple Heart #663CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 26.63%
G = 15.67%
B = 57.7%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#663CDD (or 0x663CDD) is known color: Purple Heart. HEX triplet: 66, 3C and DD. RGB value is (102,60,221). Sum of RGB (Red+Green+Blue) = 102+60+221=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #663CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CDD is #99C322. Grayscale: #5A5A5A. Windows color (decimal): -10076963 or 14498918. OLE color: 14498918.

HSL color Cylindrical-coordinate representation of color #663CDD: hue angle of 255.65º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663CDD is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 60 221 -
CMYK 0.54 0.73 0 0.13
HSL 255.65º 0.7% 0.55% -
HSV(B) 255.65º 0.73% 0.87% -
XYZ 20.15 11.28 69.52 -
YUV 90.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 102 60 221 0.54 0.73 0 0.13 255.65 0.7 0.55
Hex 66 3C DD 36 49 0 D 100 46 37
Octal 146 74 335 66 111 0 15 400 106 67
Binary 1100110 111100 11011101 110110 1001001 0 1101 100000000 1000110 110111

Color Harmonies of #663CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CDD

Black with #663CDD

Text Example


Text Example

White with #663CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,60,221); }

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

background-color css

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

 a { background-color: rgb(102,60,221); }

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

border-color css

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

 span { border-color: rgb(102,60,221); }

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