Html Css Color HEX #663DDB Purple Heart

📋 copy color: '#663DDB'

red 102 ◦ green 61 ◦ blue 219

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

Shades of Purple Heart #663DDB

Tints of Purple Heart #663DDB

RGB

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

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

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

R = 26.7%
G = 15.97%
B = 57.33%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#663DDB (or 0x663DDB) is known color: Purple Heart. HEX triplet: 66, 3D and DB. RGB value is (102,61,219). Sum of RGB (Red+Green+Blue) = 102+61+219=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #663DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DDB is #99C224. Grayscale: #5A5A5A. Windows color (decimal): -10076709 or 14368102. OLE color: 14368102.

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

Color convert

RGB 102 61 219 -
CMYK 0.53 0.72 0 0.14
HSL 255.57º 0.69% 0.55% -
HSV(B) 255.57º 0.72% 0.86% -
XYZ 19.93 11.28 68.14 -
YUV 91.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 102 61 219 0.53 0.72 0 0.14 255.57 0.69 0.55
Hex 66 3D DB 35 48 0 E 100 45 37
Octal 146 75 333 65 110 0 16 400 105 67
Binary 1100110 111101 11011011 110101 1001000 0 1110 100000000 1000101 110111

Color Harmonies of #663DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DDB

Black with #663DDB

Text Example


Text Example

White with #663DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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