Html Css Color HEX #6531DB Purple Heart

📋 copy color: '#6531DB'

red 101 ◦ green 49 ◦ blue 219

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

Shades of Purple Heart #6531DB

Tints of Purple Heart #6531DB

RGB

 RED value IS 101 (39.84% from 255) = 27.37%

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

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

R = 27.37%
G = 13.28%
B = 59.35%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6531DB (or 0x6531DB) is known color: Purple Heart. HEX triplet: 65, 31 and DB. RGB value is (101,49,219). Sum of RGB (Red+Green+Blue) = 101+49+219=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #6531DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6531DB is #9ACE24. Grayscale: #535353. Windows color (decimal): -10145317 or 14365029. OLE color: 14365029.

HSL color Cylindrical-coordinate representation of color #6531DB: hue angle of 258.35º 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 #6531DB is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 49 219 -
CMYK 0.54 0.78 0 0.14
HSL 258.35º 0.7% 0.53% -
HSV(B) 258.35º 0.78% 0.86% -
XYZ 19.25 10.08 67.95 -
YUV 83.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 101 49 219 0.54 0.78 0 0.14 258.35 0.7 0.53
Hex 65 31 DB 36 4E 0 E 102 46 35
Octal 145 61 333 66 116 0 16 402 106 65
Binary 1100101 110001 11011011 110110 1001110 0 1110 100000010 1000110 110101

Color Harmonies of #6531DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531DB

Black with #6531DB

Text Example


Text Example

White with #6531DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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