Html Css Color HEX #6110BD Purple Heart

📋 copy color: '#6110BD'

red 97 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #6110BD

Tints of Purple Heart #6110BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

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

R = 32.12%
G = 5.3%
B = 62.58%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6110BD (or 0x6110BD) is known color: Purple Heart. HEX triplet: 61, 10 and BD. RGB value is (97,16,189). Sum of RGB (Red+Green+Blue) = 97+16+189=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #6110BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110BD is #9EEF42. Grayscale: #3B3B3B. Windows color (decimal): -10415939 or 12390497. OLE color: 12390497.

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

Color convert

RGB 97 16 189 -
CMYK 0.49 0.92 0 0.26
HSL 268.09º 0.84% 0.4% -
HSV(B) 268.09º 0.92% 0.74% -
XYZ 14.3 6.59 48.66 -
YUV 59.94 200.84 154.43 -
System Red Green Blue C M Y K H S L
Decimal 97 16 189 0.49 0.92 0 0.26 268.09 0.84 0.4
Hex 61 10 BD 31 5C 0 1A 10C 54 28
Octal 141 20 275 61 134 0 32 414 124 50
Binary 1100001 10000 10111101 110001 1011100 0 11010 100001100 1010100 101000

Color Harmonies of #6110BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110BD

Black with #6110BD

Text Example


Text Example

White with #6110BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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