Html Css Color HEX #6100BE Purple Heart

📋 copy color: '#6100BE'

red 97 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #6100BE

Tints of Purple Heart #6100BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 33.8%
G = 0%
B = 66.2%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6100BE (or 0x6100BE) is known color: Purple Heart. HEX triplet: 61, 00 and BE. RGB value is (97,0,190). Sum of RGB (Red+Green+Blue) = 97+0+190=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #6100BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100BE is #9EFF41. Grayscale: #323232. Windows color (decimal): -10420034 or 12451937. OLE color: 12451937.

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

Color convert

RGB 97 0 190 -
CMYK 0.49 1 0 0.25
HSL 270.63º 1% 0.37% -
HSV(B) 270.63º 1% 0.75% -
XYZ 14.22 6.26 49.17 -
YUV 50.66 206.64 161.05 -
System Red Green Blue C M Y K H S L
Decimal 97 0 190 0.49 1 0 0.25 270.63 1 0.37
Hex 61 0 BE 31 64 0 19 10F 64 25
Octal 141 0 276 61 144 0 31 417 144 45
Binary 1100001 0 10111110 110001 1100100 0 11001 100001111 1100100 100101

Color Harmonies of #6100BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100BE

Black with #6100BE

Text Example


Text Example

White with #6100BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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