Html Css Color HEX #6117BF Purple Heart

📋 copy color: '#6117BF'

red 97 ◦ green 23 ◦ blue 191

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

Shades of Purple Heart #6117BF

Tints of Purple Heart #6117BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.41%

R = 31.19%
G = 7.4%
B = 61.41%

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

#6117BF (or 0x6117BF) is known color: Purple Heart. HEX triplet: 61, 17 and BF. RGB value is (97,23,191). Sum of RGB (Red+Green+Blue) = 97+23+191=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #6117BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117BF is #9EE840. Grayscale: #3F3F3F. Windows color (decimal): -10414145 or 12523361. OLE color: 12523361.

HSL color Cylindrical-coordinate representation of color #6117BF: hue angle of 266.43º degrees, saturation: 0.79, 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 #6117BF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 23 191 -
CMYK 0.49 0.88 0 0.25
HSL 266.43º 0.79% 0.42% -
HSV(B) 266.43º 0.88% 0.75% -
XYZ 14.64 6.92 49.85 -
YUV 64.28 199.52 151.34 -
System Red Green Blue C M Y K H S L
Decimal 97 23 191 0.49 0.88 0 0.25 266.43 0.79 0.42
Hex 61 17 BF 31 58 0 19 10A 4F 2A
Octal 141 27 277 61 130 0 31 412 117 52
Binary 1100001 10111 10111111 110001 1011000 0 11001 100001010 1001111 101010

Color Harmonies of #6117BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117BF

Black with #6117BF

Text Example


Text Example

White with #6117BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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