Html Css Color HEX #6109BC Purple Heart

📋 copy color: '#6109BC'

red 97 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #6109BC

Tints of Purple Heart #6109BC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.06%

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 32.99%
G = 3.06%
B = 63.95%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6109BC (or 0x6109BC) is known color: Purple Heart. HEX triplet: 61, 09 and BC. RGB value is (97,9,188). Sum of RGB (Red+Green+Blue) = 97+9+188=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #6109BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6109BC is #9EF643. Grayscale: #373737. Windows color (decimal): -10417732 or 12323169. OLE color: 12323169.

HSL color Cylindrical-coordinate representation of color #6109BC: hue angle of 269.5º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6109BC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 9 188 -
CMYK 0.48 0.95 0 0.26
HSL 269.5º 0.91% 0.39% -
HSV(B) 269.5º 0.95% 0.74% -
XYZ 14.1 6.37 48.06 -
YUV 55.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 97 9 188 0.48 0.95 0 0.26 269.5 0.91 0.39
Hex 61 9 BC 30 5F 0 1A 10D 5B 27
Octal 141 11 274 60 137 0 32 415 133 47
Binary 1100001 1001 10111100 110000 1011111 0 11010 100001101 1011011 100111

Color Harmonies of #6109BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6109BC

Black with #6109BC

Text Example


Text Example

White with #6109BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6109BC; }

 p { color: rgb(97,9,188); }

 H1.HeaderClassName
 {
   color: #6109BC;
 }
 .AnyTagClassName
 {
   color: #6109BC;
 }
</style>

background-color css

<style>
 a { background-color: #6109BC; }

 a { background-color: rgb(97,9,188); }

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

border-color css

<style>
 span { border-color: #6109BC; }

 span { border-color: rgb(97,9,188); }

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