Html Css Color HEX #6116BD Purple Heart

📋 copy color: '#6116BD'

red 97 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #6116BD

Tints of Purple Heart #6116BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 189 (74.22% from 255) = 61.36%

R = 31.49%
G = 7.14%
B = 61.36%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6116BD (or 0x6116BD) is known color: Purple Heart. HEX triplet: 61, 16 and BD. RGB value is (97,22,189). Sum of RGB (Red+Green+Blue) = 97+22+189=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #6116BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6116BD is #9EE942. Grayscale: #3E3E3E. Windows color (decimal): -10414403 or 12392033. OLE color: 12392033.

HSL color Cylindrical-coordinate representation of color #6116BD: hue angle of 266.95º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6116BD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 22 189 -
CMYK 0.49 0.88 0 0.26
HSL 266.95º 0.79% 0.41% -
HSV(B) 266.95º 0.88% 0.74% -
XYZ 14.4 6.79 48.7 -
YUV 63.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 97 22 189 0.49 0.88 0 0.26 266.95 0.79 0.41
Hex 61 16 BD 31 58 0 1A 10B 4F 29
Octal 141 26 275 61 130 0 32 413 117 51
Binary 1100001 10110 10111101 110001 1011000 0 11010 100001011 1001111 101001

Color Harmonies of #6116BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6116BD

Black with #6116BD

Text Example


Text Example

White with #6116BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6116BD; }

 p { color: rgb(97,22,189); }

 H1.HeaderClassName
 {
   color: #6116BD;
 }
 .AnyTagClassName
 {
   color: #6116BD;
 }
</style>

background-color css

<style>
 a { background-color: #6116BD; }

 a { background-color: rgb(97,22,189); }

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

border-color css

<style>
 span { border-color: #6116BD; }

 span { border-color: rgb(97,22,189); }

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