Html Css Color HEX #6100B9 Purple Heart

📋 copy color: '#6100B9'

red 97 ◦ green 0 ◦ blue 185

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

Shades of Purple Heart #6100B9

Tints of Purple Heart #6100B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 65.6%

R = 34.4%
G = 0%
B = 65.6%

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

#6100B9 (or 0x6100B9) is known color: Purple Heart. HEX triplet: 61, 00 and B9. RGB value is (97,0,185). Sum of RGB (Red+Green+Blue) = 97+0+185=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #6100B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100B9 is #9EFF46. Grayscale: #313131. Windows color (decimal): -10420039 or 12124257. OLE color: 12124257.

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

Color convert

RGB 97 0 185 -
CMYK 0.48 1 0 0.27
HSL 271.46º 1% 0.36% -
HSV(B) 271.46º 1% 0.73% -
XYZ 13.69 6.04 46.34 -
YUV 50.09 204.14 161.46 -
System Red Green Blue C M Y K H S L
Decimal 97 0 185 0.48 1 0 0.27 271.46 1 0.36
Hex 61 0 B9 30 64 0 1B 10F 64 24
Octal 141 0 271 60 144 0 33 417 144 44
Binary 1100001 0 10111001 110000 1100100 0 11011 100001111 1100100 100100

Color Harmonies of #6100B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100B9

Black with #6100B9

Text Example


Text Example

White with #6100B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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