Html Css Color HEX #6119DB Purple Heart

📋 copy color: '#6119DB'

red 97 ◦ green 25 ◦ blue 219

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

Shades of Purple Heart #6119DB

Tints of Purple Heart #6119DB

RGB

 RED value IS 97 (38.28% from 255) = 28.45%

 GREEN value IS 25 (10.16% from 255) = 7.33%

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

R = 28.45%
G = 7.33%
B = 64.22%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6119DB (or 0x6119DB) is known color: Purple Heart. HEX triplet: 61, 19 and DB. RGB value is (97,25,219). Sum of RGB (Red+Green+Blue) = 97+25+219=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #6119DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6119DB is #9EE624. Grayscale: #434343. Windows color (decimal): -10413605 or 14358881. OLE color: 14358881.

HSL color Cylindrical-coordinate representation of color #6119DB: hue angle of 262.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6119DB is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 25 219 -
CMYK 0.56 0.89 0 0.14
HSL 262.27º 0.8% 0.48% -
HSV(B) 262.27º 0.89% 0.86% -
XYZ 18.06 8.35 67.68 -
YUV 68.64 212.85 148.23 -
System Red Green Blue C M Y K H S L
Decimal 97 25 219 0.56 0.89 0 0.14 262.27 0.8 0.48
Hex 61 19 DB 38 59 0 E 106 50 30
Octal 141 31 333 70 131 0 16 406 120 60
Binary 1100001 11001 11011011 111000 1011001 0 1110 100000110 1010000 110000

Color Harmonies of #6119DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119DB

Black with #6119DB

Text Example


Text Example

White with #6119DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,25,219); }

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

background-color css

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

 a { background-color: rgb(97,25,219); }

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

border-color css

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

 span { border-color: rgb(97,25,219); }

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