Html Css Color HEX #663CE0 Purple Heart

📋 copy color: '#663CE0'

red 102 ◦ green 60 ◦ blue 224

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

Shades of Purple Heart #663CE0

Tints of Purple Heart #663CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.03%

R = 26.42%
G = 15.54%
B = 58.03%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#663CE0 (or 0x663CE0) is known color: Purple Heart. HEX triplet: 66, 3C and E0. RGB value is (102,60,224). Sum of RGB (Red+Green+Blue) = 102+60+224=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #663CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CE0 is #99C31F. Grayscale: #5A5A5A. Windows color (decimal): -10076960 or 14695526. OLE color: 14695526.

HSL color Cylindrical-coordinate representation of color #663CE0: hue angle of 255.37º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663CE0 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 60 224 -
CMYK 0.54 0.73 0 0.12
HSL 255.37º 0.73% 0.56% -
HSV(B) 255.37º 0.73% 0.88% -
XYZ 20.55 11.44 71.65 -
YUV 91.25 202.91 135.66 -
System Red Green Blue C M Y K H S L
Decimal 102 60 224 0.54 0.73 0 0.12 255.37 0.73 0.56
Hex 66 3C E0 36 49 0 C FF 49 38
Octal 146 74 340 66 111 0 14 377 111 70
Binary 1100110 111100 11100000 110110 1001001 0 1100 11111111 1001001 111000

Color Harmonies of #663CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CE0

Black with #663CE0

Text Example


Text Example

White with #663CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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