Html Css Color HEX #6830DB Purple Heart

📋 copy color: '#6830DB'

red 104 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #6830DB

Tints of Purple Heart #6830DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.94%

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

R = 28.03%
G = 12.94%
B = 59.03%

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

#6830DB (or 0x6830DB) is known color: Purple Heart. HEX triplet: 68, 30 and DB. RGB value is (104,48,219). Sum of RGB (Red+Green+Blue) = 104+48+219=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #6830DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830DB is #97CF24. Grayscale: #535353. Windows color (decimal): -9948965 or 14364776. OLE color: 14364776.

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

Color convert

RGB 104 48 219 -
CMYK 0.53 0.78 0 0.14
HSL 259.65º 0.7% 0.52% -
HSV(B) 259.65º 0.78% 0.86% -
XYZ 19.55 10.17 67.95 -
YUV 84.24 204.05 142.1 -
System Red Green Blue C M Y K H S L
Decimal 104 48 219 0.53 0.78 0 0.14 259.65 0.7 0.52
Hex 68 30 DB 35 4E 0 E 104 46 34
Octal 150 60 333 65 116 0 16 404 106 64
Binary 1101000 110000 11011011 110101 1001110 0 1110 100000100 1000110 110100

Color Harmonies of #6830DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830DB

Black with #6830DB

Text Example


Text Example

White with #6830DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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