Html Css Color HEX #6118BA Purple Heart

📋 copy color: '#6118BA'

red 97 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #6118BA

Tints of Purple Heart #6118BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 186 (73.05% from 255) = 60.59%

R = 31.6%
G = 7.82%
B = 60.59%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6118BA (or 0x6118BA) is known color: Purple Heart. HEX triplet: 61, 18 and BA. RGB value is (97,24,186). Sum of RGB (Red+Green+Blue) = 97+24+186=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #6118BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6118BA is #9EE745. Grayscale: #3F3F3F. Windows color (decimal): -10413894 or 12195937. OLE color: 12195937.

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

Color convert

RGB 97 24 186 -
CMYK 0.48 0.87 0 0.27
HSL 267.04º 0.77% 0.41% -
HSV(B) 267.04º 0.87% 0.73% -
XYZ 14.12 6.74 47.01 -
YUV 64.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 97 24 186 0.48 0.87 0 0.27 267.04 0.77 0.41
Hex 61 18 BA 30 57 0 1B 10B 4D 29
Octal 141 30 272 60 127 0 33 413 115 51
Binary 1100001 11000 10111010 110000 1010111 0 11011 100001011 1001101 101001

Color Harmonies of #6118BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118BA

Black with #6118BA

Text Example


Text Example

White with #6118BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6118BA; }

 p { color: rgb(97,24,186); }

 H1.HeaderClassName
 {
   color: #6118BA;
 }
 .AnyTagClassName
 {
   color: #6118BA;
 }
</style>

background-color css

<style>
 a { background-color: #6118BA; }

 a { background-color: rgb(97,24,186); }

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

border-color css

<style>
 span { border-color: #6118BA; }

 span { border-color: rgb(97,24,186); }

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