Html Css Color HEX #6117B9 Purple Heart

📋 copy color: '#6117B9'

red 97 ◦ green 23 ◦ blue 185

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

Shades of Purple Heart #6117B9

Tints of Purple Heart #6117B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 60.66%

R = 31.8%
G = 7.54%
B = 60.66%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6117B9 (or 0x6117B9) is known color: Purple Heart. HEX triplet: 61, 17 and B9. RGB value is (97,23,185). Sum of RGB (Red+Green+Blue) = 97+23+185=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #6117B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117B9 is #9EE846. Grayscale: #3F3F3F. Windows color (decimal): -10414151 or 12130145. OLE color: 12130145.

HSL color Cylindrical-coordinate representation of color #6117B9: hue angle of 267.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6117B9 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 23 185 -
CMYK 0.48 0.88 0 0.27
HSL 267.41º 0.78% 0.41% -
HSV(B) 267.41º 0.88% 0.73% -
XYZ 13.99 6.66 46.45 -
YUV 63.59 196.52 151.83 -
System Red Green Blue C M Y K H S L
Decimal 97 23 185 0.48 0.88 0 0.27 267.41 0.78 0.41
Hex 61 17 B9 30 58 0 1B 10B 4E 29
Octal 141 27 271 60 130 0 33 413 116 51
Binary 1100001 10111 10111001 110000 1011000 0 11011 100001011 1001110 101001

Color Harmonies of #6117B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117B9

Black with #6117B9

Text Example


Text Example

White with #6117B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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