Html Css Color HEX #6119D7 Purple Heart

📋 copy color: '#6119D7'

red 97 ◦ green 25 ◦ blue 215

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

Shades of Purple Heart #6119D7

Tints of Purple Heart #6119D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.8%

R = 28.78%
G = 7.42%
B = 63.8%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6119D7 (or 0x6119D7) is known color: Purple Heart. HEX triplet: 61, 19 and D7. RGB value is (97,25,215). Sum of RGB (Red+Green+Blue) = 97+25+215=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 215 (84.38% from 255 or 63.80% from 337); Max value from RGB is 215 - color contains mainly: blue. Hex color #6119D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6119D7 is #9EE628. Grayscale: #434343. Windows color (decimal): -10413609 or 14096737. OLE color: 14096737.

HSL color Cylindrical-coordinate representation of color #6119D7: hue angle of 262.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6119D7 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 25 215 -
CMYK 0.55 0.88 0 0.16
HSL 262.74º 0.79% 0.47% -
HSV(B) 262.74º 0.88% 0.84% -
XYZ 17.54 8.14 64.94 -
YUV 68.19 210.85 148.55 -
System Red Green Blue C M Y K H S L
Decimal 97 25 215 0.55 0.88 0 0.16 262.74 0.79 0.47
Hex 61 19 D7 37 58 0 10 107 4F 2F
Octal 141 31 327 67 130 0 20 407 117 57
Binary 1100001 11001 11010111 110111 1011000 0 10000 100000111 1001111 101111

Color Harmonies of #6119D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119D7

Black with #6119D7

Text Example


Text Example

White with #6119D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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