Html Css Color HEX #663BDB Purple Heart

📋 copy color: '#663BDB'

red 102 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #663BDB

Tints of Purple Heart #663BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 26.84%
G = 15.53%
B = 57.63%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#663BDB (or 0x663BDB) is known color: Purple Heart. HEX triplet: 66, 3B and DB. RGB value is (102,59,219). Sum of RGB (Red+Green+Blue) = 102+59+219=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #663BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BDB is #99C424. Grayscale: #595959. Windows color (decimal): -10077221 or 14367590. OLE color: 14367590.

HSL color Cylindrical-coordinate representation of color #663BDB: hue angle of 256.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663BDB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 59 219 -
CMYK 0.53 0.73 0 0.14
HSL 256.13º 0.69% 0.55% -
HSV(B) 256.13º 0.73% 0.86% -
XYZ 19.83 11.07 68.11 -
YUV 90.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 102 59 219 0.53 0.73 0 0.14 256.13 0.69 0.55
Hex 66 3B DB 35 49 0 E 100 45 37
Octal 146 73 333 65 111 0 16 400 105 67
Binary 1100110 111011 11011011 110101 1001001 0 1110 100000000 1000101 110111

Color Harmonies of #663BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BDB

Black with #663BDB

Text Example


Text Example

White with #663BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,59,219); }

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

background-color css

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

 a { background-color: rgb(102,59,219); }

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

border-color css

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

 span { border-color: rgb(102,59,219); }

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