Html Css Color HEX #5B02BF Purple Heart

📋 copy color: '#5B02BF'

red 91 ◦ green 2 ◦ blue 191

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

Shades of Purple Heart #5B02BF

Tints of Purple Heart #5B02BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 32.04%
G = 0.7%
B = 67.25%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B02BF (or 0x5B02BF) is known color: Purple Heart. HEX triplet: 5B, 02 and BF. RGB value is (91,2,191). Sum of RGB (Red+Green+Blue) = 91+2+191=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B02BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B02BF is #A4FD40. Grayscale: #313131. Windows color (decimal): -10812737 or 12517979. OLE color: 12517979.

HSL color Cylindrical-coordinate representation of color #5B02BF: hue angle of 268.25º degrees, saturation: 0.98, 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 #5B02BF is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 2 191 -
CMYK 0.52 0.99 0 0.25
HSL 268.25º 0.98% 0.38% -
HSV(B) 268.25º 0.99% 0.75% -
XYZ 13.74 6.03 49.73 -
YUV 50.16 207.49 157.13 -
System Red Green Blue C M Y K H S L
Decimal 91 2 191 0.52 0.99 0 0.25 268.25 0.98 0.38
Hex 5B 2 BF 34 63 0 19 10C 62 26
Octal 133 2 277 64 143 0 31 414 142 46
Binary 1011011 10 10111111 110100 1100011 0 11001 100001100 1100010 100110

Color Harmonies of #5B02BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B02BF

Black with #5B02BF

Text Example


Text Example

White with #5B02BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,191); }

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

background-color css

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

 a { background-color: rgb(91,2,191); }

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

border-color css

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

 span { border-color: rgb(91,2,191); }

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