Html Css Color HEX #6100BC Purple Heart

📋 copy color: '#6100BC'

red 97 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #6100BC

Tints of Purple Heart #6100BC

RGB

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

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

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

R = 34.04%
G = 0%
B = 65.96%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6100BC (or 0x6100BC) is known color: Purple Heart. HEX triplet: 61, 00 and BC. RGB value is (97,0,188). Sum of RGB (Red+Green+Blue) = 97+0+188=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #6100BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100BC is #9EFF43. Grayscale: #313131. Windows color (decimal): -10420036 or 12320865. OLE color: 12320865.

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

Color convert

RGB 97 0 188 -
CMYK 0.48 1 0 0.26
HSL 270.96º 1% 0.37% -
HSV(B) 270.96º 1% 0.74% -
XYZ 14.01 6.17 48.03 -
YUV 50.44 205.64 161.21 -
System Red Green Blue C M Y K H S L
Decimal 97 0 188 0.48 1 0 0.26 270.96 1 0.37
Hex 61 0 BC 30 64 0 1A 10F 64 25
Octal 141 0 274 60 144 0 32 417 144 45
Binary 1100001 0 10111100 110000 1100100 0 11010 100001111 1100100 100101

Color Harmonies of #6100BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100BC

Black with #6100BC

Text Example


Text Example

White with #6100BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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