Html Css Color HEX #6108BB Purple Heart

📋 copy color: '#6108BB'

red 97 ◦ green 8 ◦ blue 187

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

Shades of Purple Heart #6108BB

Tints of Purple Heart #6108BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 33.22%
G = 2.74%
B = 64.04%

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

#6108BB (or 0x6108BB) is known color: Purple Heart. HEX triplet: 61, 08 and BB. RGB value is (97,8,187). Sum of RGB (Red+Green+Blue) = 97+8+187=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #6108BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108BB is #9EF744. Grayscale: #363636. Windows color (decimal): -10417989 or 12257377. OLE color: 12257377.

HSL color Cylindrical-coordinate representation of color #6108BB: hue angle of 269.83º degrees, saturation: 0.92, 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 #6108BB is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 8 187 -
CMYK 0.48 0.96 0 0.27
HSL 269.83º 0.92% 0.38% -
HSV(B) 269.83º 0.96% 0.73% -
XYZ 13.99 6.3 47.49 -
YUV 55.02 202.49 157.95 -
System Red Green Blue C M Y K H S L
Decimal 97 8 187 0.48 0.96 0 0.27 269.83 0.92 0.38
Hex 61 8 BB 30 60 0 1B 10E 5C 26
Octal 141 10 273 60 140 0 33 416 134 46
Binary 1100001 1000 10111011 110000 1100000 0 11011 100001110 1011100 100110

Color Harmonies of #6108BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6108BB

Black with #6108BB

Text Example


Text Example

White with #6108BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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