Html Css Color HEX #6108BF Purple Heart

📋 copy color: '#6108BF'

red 97 ◦ green 8 ◦ blue 191

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

Shades of Purple Heart #6108BF

Tints of Purple Heart #6108BF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

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

R = 32.77%
G = 2.7%
B = 64.53%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6108BF (or 0x6108BF) is known color: Purple Heart. HEX triplet: 61, 08 and BF. RGB value is (97,8,191). Sum of RGB (Red+Green+Blue) = 97+8+191=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #6108BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108BF is #9EF740. Grayscale: #363636. Windows color (decimal): -10417985 or 12519521. OLE color: 12519521.

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

Color convert

RGB 97 8 191 -
CMYK 0.49 0.96 0 0.25
HSL 269.18º 0.92% 0.39% -
HSV(B) 269.18º 0.96% 0.75% -
XYZ 14.42 6.48 49.78 -
YUV 55.47 204.49 157.62 -
System Red Green Blue C M Y K H S L
Decimal 97 8 191 0.49 0.96 0 0.25 269.18 0.92 0.39
Hex 61 8 BF 31 60 0 19 10D 5C 27
Octal 141 10 277 61 140 0 31 415 134 47
Binary 1100001 1000 10111111 110001 1100000 0 11001 100001101 1011100 100111

Color Harmonies of #6108BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6108BF

Black with #6108BF

Text Example


Text Example

White with #6108BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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