Html Css Color HEX #6101BF Purple Heart

📋 copy color: '#6101BF'

red 97 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #6101BF

Tints of Purple Heart #6101BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 191 (75% from 255) = 66.09%

R = 33.56%
G = 0.35%
B = 66.09%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6101BF (or 0x6101BF) is known color: Purple Heart. HEX triplet: 61, 01 and BF. RGB value is (97,1,191). Sum of RGB (Red+Green+Blue) = 97+1+191=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #6101BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101BF is #9EFE40. Grayscale: #323232. Windows color (decimal): -10419777 or 12517729. OLE color: 12517729.

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

Color convert

RGB 97 1 191 -
CMYK 0.49 0.99 0 0.25
HSL 270.32º 0.99% 0.38% -
HSV(B) 270.32º 0.99% 0.75% -
XYZ 14.34 6.32 49.75 -
YUV 51.36 206.8 160.55 -
System Red Green Blue C M Y K H S L
Decimal 97 1 191 0.49 0.99 0 0.25 270.32 0.99 0.38
Hex 61 1 BF 31 63 0 19 10E 63 26
Octal 141 1 277 61 143 0 31 416 143 46
Binary 1100001 1 10111111 110001 1100011 0 11001 100001110 1100011 100110

Color Harmonies of #6101BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101BF

Black with #6101BF

Text Example


Text Example

White with #6101BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6101BF; }

 p { color: rgb(97,1,191); }

 H1.HeaderClassName
 {
   color: #6101BF;
 }
 .AnyTagClassName
 {
   color: #6101BF;
 }
</style>

background-color css

<style>
 a { background-color: #6101BF; }

 a { background-color: rgb(97,1,191); }

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

border-color css

<style>
 span { border-color: #6101BF; }

 span { border-color: rgb(97,1,191); }

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