Html Css Color HEX #6110BF Purple Heart

📋 copy color: '#6110BF'

red 97 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #6110BF

Tints of Purple Heart #6110BF

RGB

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

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

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

R = 31.91%
G = 5.26%
B = 62.83%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6110BF (or 0x6110BF) is known color: Purple Heart. HEX triplet: 61, 10 and BF. RGB value is (97,16,191). Sum of RGB (Red+Green+Blue) = 97+16+191=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #6110BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110BF is #9EEF40. Grayscale: #3B3B3B. Windows color (decimal): -10415937 or 12521569. OLE color: 12521569.

HSL color Cylindrical-coordinate representation of color #6110BF: hue angle of 267.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6110BF is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 16 191 -
CMYK 0.49 0.92 0 0.25
HSL 267.77º 0.85% 0.41% -
HSV(B) 267.77º 0.92% 0.75% -
XYZ 14.52 6.67 49.81 -
YUV 60.17 201.84 154.27 -
System Red Green Blue C M Y K H S L
Decimal 97 16 191 0.49 0.92 0 0.25 267.77 0.85 0.41
Hex 61 10 BF 31 5C 0 19 10C 55 29
Octal 141 20 277 61 134 0 31 414 125 51
Binary 1100001 10000 10111111 110001 1011100 0 11001 100001100 1010101 101001

Color Harmonies of #6110BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110BF

Black with #6110BF

Text Example


Text Example

White with #6110BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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