Html Css Color HEX #6117BA Purple Heart

📋 copy color: '#6117BA'

red 97 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #6117BA

Tints of Purple Heart #6117BA

RGB

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

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

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

R = 31.7%
G = 7.52%
B = 60.78%

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

#6117BA (or 0x6117BA) is known color: Purple Heart. HEX triplet: 61, 17 and BA. RGB value is (97,23,186). Sum of RGB (Red+Green+Blue) = 97+23+186=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #6117BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117BA is #9EE845. Grayscale: #3F3F3F. Windows color (decimal): -10414150 or 12195681. OLE color: 12195681.

HSL color Cylindrical-coordinate representation of color #6117BA: hue angle of 267.24º 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 #6117BA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 23 186 -
CMYK 0.48 0.88 0 0.27
HSL 267.24º 0.78% 0.41% -
HSV(B) 267.24º 0.88% 0.73% -
XYZ 14.1 6.7 47 -
YUV 63.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 97 23 186 0.48 0.88 0 0.27 267.24 0.78 0.41
Hex 61 17 BA 30 58 0 1B 10B 4E 29
Octal 141 27 272 60 130 0 33 413 116 51
Binary 1100001 10111 10111010 110000 1011000 0 11011 100001011 1001110 101001

Color Harmonies of #6117BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117BA

Black with #6117BA

Text Example


Text Example

White with #6117BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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