Html Css Color HEX #6831DB Purple Heart

📋 copy color: '#6831DB'

red 104 ◦ green 49 ◦ blue 219

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

Shades of Purple Heart #6831DB

Tints of Purple Heart #6831DB

RGB

 RED value IS 104 (41.02% from 255) = 27.96%

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

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

R = 27.96%
G = 13.17%
B = 58.87%

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

#6831DB (or 0x6831DB) is known color: Purple Heart. HEX triplet: 68, 31 and DB. RGB value is (104,49,219). Sum of RGB (Red+Green+Blue) = 104+49+219=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #6831DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831DB is #97CE24. Grayscale: #545454. Windows color (decimal): -9948709 or 14365032. OLE color: 14365032.

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

Color convert

RGB 104 49 219 -
CMYK 0.53 0.78 0 0.14
HSL 259.41º 0.7% 0.53% -
HSV(B) 259.41º 0.78% 0.86% -
XYZ 19.59 10.25 67.96 -
YUV 84.83 203.72 141.68 -
System Red Green Blue C M Y K H S L
Decimal 104 49 219 0.53 0.78 0 0.14 259.41 0.7 0.53
Hex 68 31 DB 35 4E 0 E 103 46 35
Octal 150 61 333 65 116 0 16 403 106 65
Binary 1101000 110001 11011011 110101 1001110 0 1110 100000011 1000110 110101

Color Harmonies of #6831DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6831DB

Black with #6831DB

Text Example


Text Example

White with #6831DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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