Html Css Color HEX #6106BA Purple Heart

📋 copy color: '#6106BA'

red 97 ◦ green 6 ◦ blue 186

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

Shades of Purple Heart #6106BA

Tints of Purple Heart #6106BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 33.56%
G = 2.08%
B = 64.36%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6106BA (or 0x6106BA) is known color: Purple Heart. HEX triplet: 61, 06 and BA. RGB value is (97,6,186). Sum of RGB (Red+Green+Blue) = 97+6+186=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #6106BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6106BA is #9EF945. Grayscale: #353535. Windows color (decimal): -10418502 or 12191329. OLE color: 12191329.

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

Color convert

RGB 97 6 186 -
CMYK 0.48 0.97 0 0.27
HSL 270.33º 0.94% 0.38% -
HSV(B) 270.33º 0.97% 0.73% -
XYZ 13.86 6.22 46.92 -
YUV 53.73 202.65 158.86 -
System Red Green Blue C M Y K H S L
Decimal 97 6 186 0.48 0.97 0 0.27 270.33 0.94 0.38
Hex 61 6 BA 30 61 0 1B 10E 5E 26
Octal 141 6 272 60 141 0 33 416 136 46
Binary 1100001 110 10111010 110000 1100001 0 11011 100001110 1011110 100110

Color Harmonies of #6106BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6106BA

Black with #6106BA

Text Example


Text Example

White with #6106BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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