Html Css Color HEX #6119DC Purple Heart

📋 copy color: '#6119DC'

red 97 ◦ green 25 ◦ blue 220

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

Shades of Purple Heart #6119DC

Tints of Purple Heart #6119DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 28.36%
G = 7.31%
B = 64.33%

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

#6119DC (or 0x6119DC) is known color: Purple Heart. HEX triplet: 61, 19 and DC. RGB value is (97,25,220). Sum of RGB (Red+Green+Blue) = 97+25+220=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6119DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6119DC is #9EE623. Grayscale: #444444. Windows color (decimal): -10413604 or 14424417. OLE color: 14424417.

HSL color Cylindrical-coordinate representation of color #6119DC: hue angle of 262.15º 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 #6119DC is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 25 220 -
CMYK 0.56 0.89 0 0.14
HSL 262.15º 0.8% 0.48% -
HSV(B) 262.15º 0.89% 0.86% -
XYZ 18.2 8.4 68.37 -
YUV 68.76 213.35 148.14 -
System Red Green Blue C M Y K H S L
Decimal 97 25 220 0.56 0.89 0 0.14 262.15 0.8 0.48
Hex 61 19 DC 38 59 0 E 106 50 30
Octal 141 31 334 70 131 0 16 406 120 60
Binary 1100001 11001 11011100 111000 1011001 0 1110 100000110 1010000 110000

Color Harmonies of #6119DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119DC

Black with #6119DC

Text Example


Text Example

White with #6119DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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