Html Css Color HEX #6107BA Purple Heart

📋 copy color: '#6107BA'

red 97 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #6107BA

Tints of Purple Heart #6107BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 33.45%
G = 2.41%
B = 64.14%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6107BA (or 0x6107BA) is known color: Purple Heart. HEX triplet: 61, 07 and BA. RGB value is (97,7,186). Sum of RGB (Red+Green+Blue) = 97+7+186=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #6107BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107BA is #9EF845. Grayscale: #353535. Windows color (decimal): -10418246 or 12191585. OLE color: 12191585.

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

Color convert

RGB 97 7 186 -
CMYK 0.48 0.96 0 0.27
HSL 270.17º 0.93% 0.38% -
HSV(B) 270.17º 0.96% 0.73% -
XYZ 13.87 6.24 46.93 -
YUV 54.32 202.32 158.45 -
System Red Green Blue C M Y K H S L
Decimal 97 7 186 0.48 0.96 0 0.27 270.17 0.93 0.38
Hex 61 7 BA 30 60 0 1B 10E 5D 26
Octal 141 7 272 60 140 0 33 416 135 46
Binary 1100001 111 10111010 110000 1100000 0 11011 100001110 1011101 100110

Color Harmonies of #6107BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6107BA

Black with #6107BA

Text Example


Text Example

White with #6107BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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