Html Css Color HEX #6100BB Purple Heart

📋 copy color: '#6100BB'

red 97 ◦ green 0 ◦ blue 187

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

Shades of Purple Heart #6100BB

Tints of Purple Heart #6100BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.15%
G = 0%
B = 65.85%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6100BB (or 0x6100BB) is known color: Purple Heart. HEX triplet: 61, 00 and BB. RGB value is (97,0,187). Sum of RGB (Red+Green+Blue) = 97+0+187=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #6100BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100BB is #9EFF44. Grayscale: #313131. Windows color (decimal): -10420037 or 12255329. OLE color: 12255329.

HSL color Cylindrical-coordinate representation of color #6100BB: hue angle of 271.12º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100BB is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 0 187 -
CMYK 0.48 1 0 0.27
HSL 271.12º 1% 0.37% -
HSV(B) 271.12º 1% 0.73% -
XYZ 13.9 6.13 47.46 -
YUV 50.32 205.14 161.29 -
System Red Green Blue C M Y K H S L
Decimal 97 0 187 0.48 1 0 0.27 271.12 1 0.37
Hex 61 0 BB 30 64 0 1B 10F 64 25
Octal 141 0 273 60 144 0 33 417 144 45
Binary 1100001 0 10111011 110000 1100100 0 11011 100001111 1100100 100101

Color Harmonies of #6100BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100BB

Black with #6100BB

Text Example


Text Example

White with #6100BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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