Html Css Color HEX #6001BF Purple Heart

📋 copy color: '#6001BF'

red 96 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #6001BF

Tints of Purple Heart #6001BF

RGB

 RED value IS 96 (37.89% from 255) = 33.33%

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

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

R = 33.33%
G = 0.35%
B = 66.32%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6001BF (or 0x6001BF) is known color: Purple Heart. HEX triplet: 60, 01 and BF. RGB value is (96,1,191). Sum of RGB (Red+Green+Blue) = 96+1+191=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #6001BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6001BF is #9FFE40. Grayscale: #323232. Windows color (decimal): -10485313 or 12517728. OLE color: 12517728.

HSL color Cylindrical-coordinate representation of color #6001BF: hue angle of 270º 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 #6001BF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 1 191 -
CMYK 0.50 0.99 0 0.25
HSL 270º 0.99% 0.38% -
HSV(B) 270º 0.99% 0.75% -
XYZ 14.24 6.27 49.75 -
YUV 51.07 206.97 160.05 -
System Red Green Blue C M Y K H S L
Decimal 96 1 191 0.50 0.99 0 0.25 270 0.99 0.38
Hex 60 1 BF 32 63 0 19 10E 63 26
Octal 140 1 277 62 143 0 31 416 143 46
Binary 1100000 1 10111111 110010 1100011 0 11001 100001110 1100011 100110

Color Harmonies of #6001BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6001BF

Black with #6001BF

Text Example


Text Example

White with #6001BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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