Html Css Color HEX #5B01CF Purple Heart

📋 copy color: '#5B01CF'

red 91 ◦ green 1 ◦ blue 207

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

Shades of Purple Heart #5B01CF

Tints of Purple Heart #5B01CF

RGB

 RED value IS 91 (35.94% from 255) = 30.43%

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

 BLUE value IS 207 (81.25% from 255) = 69.23%

R = 30.43%
G = 0.33%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B01CF (or 0x5B01CF) is known color: Purple Heart. HEX triplet: 5B, 01 and CF. RGB value is (91,1,207). Sum of RGB (Red+Green+Blue) = 91+1+207=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B01CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B01CF is #A4FE30. Grayscale: #323232. Windows color (decimal): -10812977 or 13566299. OLE color: 13566299.

HSL color Cylindrical-coordinate representation of color #5B01CF: hue angle of 266.21º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B01CF is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 1 207 -
CMYK 0.56 1.00 0 0.19
HSL 266.21º 0.99% 0.41% -
HSV(B) 266.21º 1% 0.81% -
XYZ 15.59 6.75 59.51 -
YUV 51.39 215.82 156.25 -
System Red Green Blue C M Y K H S L
Decimal 91 1 207 0.56 1.00 0 0.19 266.21 0.99 0.41
Hex 5B 1 CF 38 64 0 13 10A 63 29
Octal 133 1 317 70 144 0 23 412 143 51
Binary 1011011 1 11001111 111000 1100100 0 10011 100001010 1100011 101001

Color Harmonies of #5B01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B01CF

Black with #5B01CF

Text Example


Text Example

White with #5B01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B01CF; }

 p { color: rgb(91,1,207); }

 H1.HeaderClassName
 {
   color: #5B01CF;
 }
 .AnyTagClassName
 {
   color: #5B01CF;
 }
</style>

background-color css

<style>
 a { background-color: #5B01CF; }

 a { background-color: rgb(91,1,207); }

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

border-color css

<style>
 span { border-color: #5B01CF; }

 span { border-color: rgb(91,1,207); }

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