Html Css Color HEX #6117BE Purple Heart

📋 copy color: '#6117BE'

red 97 ◦ green 23 ◦ blue 190

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

Shades of Purple Heart #6117BE

Tints of Purple Heart #6117BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 31.29%
G = 7.42%
B = 61.29%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6117BE (or 0x6117BE) is known color: Purple Heart. HEX triplet: 61, 17 and BE. RGB value is (97,23,190). Sum of RGB (Red+Green+Blue) = 97+23+190=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #6117BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117BE is #9EE841. Grayscale: #3F3F3F. Windows color (decimal): -10414146 or 12457825. OLE color: 12457825.

HSL color Cylindrical-coordinate representation of color #6117BE: hue angle of 266.59º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6117BE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 23 190 -
CMYK 0.49 0.88 0 0.25
HSL 266.59º 0.78% 0.42% -
HSV(B) 266.59º 0.88% 0.75% -
XYZ 14.53 6.87 49.28 -
YUV 64.16 199.02 151.42 -
System Red Green Blue C M Y K H S L
Decimal 97 23 190 0.49 0.88 0 0.25 266.59 0.78 0.42
Hex 61 17 BE 31 58 0 19 10B 4E 2A
Octal 141 27 276 61 130 0 31 413 116 52
Binary 1100001 10111 10111110 110001 1011000 0 11001 100001011 1001110 101010

Color Harmonies of #6117BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117BE

Black with #6117BE

Text Example


Text Example

White with #6117BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6117BE; }

 p { color: rgb(97,23,190); }

 H1.HeaderClassName
 {
   color: #6117BE;
 }
 .AnyTagClassName
 {
   color: #6117BE;
 }
</style>

background-color css

<style>
 a { background-color: #6117BE; }

 a { background-color: rgb(97,23,190); }

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

border-color css

<style>
 span { border-color: #6117BE; }

 span { border-color: rgb(97,23,190); }

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