Html Css Color HEX #6631DB Purple Heart

📋 copy color: '#6631DB'

red 102 ◦ green 49 ◦ blue 219

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

Shades of Purple Heart #6631DB

Tints of Purple Heart #6631DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.24%

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

R = 27.57%
G = 13.24%
B = 59.19%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6631DB (or 0x6631DB) is known color: Purple Heart. HEX triplet: 66, 31 and DB. RGB value is (102,49,219). Sum of RGB (Red+Green+Blue) = 102+49+219=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #6631DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6631DB is #99CE24. Grayscale: #535353. Windows color (decimal): -10079781 or 14365030. OLE color: 14365030.

HSL color Cylindrical-coordinate representation of color #6631DB: hue angle of 258.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6631DB is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 49 219 -
CMYK 0.53 0.78 0 0.14
HSL 258.71º 0.7% 0.53% -
HSV(B) 258.71º 0.78% 0.86% -
XYZ 19.36 10.14 67.95 -
YUV 84.23 204.06 140.68 -
System Red Green Blue C M Y K H S L
Decimal 102 49 219 0.53 0.78 0 0.14 258.71 0.7 0.53
Hex 66 31 DB 35 4E 0 E 103 46 35
Octal 146 61 333 65 116 0 16 403 106 65
Binary 1100110 110001 11011011 110101 1001110 0 1110 100000011 1000110 110101

Color Harmonies of #6631DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6631DB

Black with #6631DB

Text Example


Text Example

White with #6631DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6631DB; }

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

 H1.HeaderClassName
 {
   color: #6631DB;
 }
 .AnyTagClassName
 {
   color: #6631DB;
 }
</style>

background-color css

<style>
 a { background-color: #6631DB; }

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

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

border-color css

<style>
 span { border-color: #6631DB; }

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

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