Html Css Color HEX #5303BE Purple Heart

📋 copy color: '#5303BE'

red 83 ◦ green 3 ◦ blue 190

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

Shades of Purple Heart #5303BE

Tints of Purple Heart #5303BE

RGB

 RED value IS 83 (32.81% from 255) = 30.07%

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 30.07%
G = 1.09%
B = 68.84%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5303BE (or 0x5303BE) is known color: Purple Heart. HEX triplet: 53, 03 and BE. RGB value is (83,3,190). Sum of RGB (Red+Green+Blue) = 83+3+190=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #5303BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303BE is #ACFC41. Grayscale: #2F2F2F. Windows color (decimal): -11336770 or 12452691. OLE color: 12452691.

HSL color Cylindrical-coordinate representation of color #5303BE: hue angle of 265.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5303BE is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 3 190 -
CMYK 0.56 0.98 0 0.25
HSL 265.67º 0.97% 0.38% -
HSV(B) 265.67º 0.98% 0.75% -
XYZ 12.89 5.62 49.12 -
YUV 48.24 208 152.79 -
System Red Green Blue C M Y K H S L
Decimal 83 3 190 0.56 0.98 0 0.25 265.67 0.97 0.38
Hex 53 3 BE 38 62 0 19 10A 61 26
Octal 123 3 276 70 142 0 31 412 141 46
Binary 1010011 11 10111110 111000 1100010 0 11001 100001010 1100001 100110

Color Harmonies of #5303BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303BE

Black with #5303BE

Text Example


Text Example

White with #5303BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,3,190); }

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

background-color css

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

 a { background-color: rgb(83,3,190); }

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

border-color css

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

 span { border-color: rgb(83,3,190); }

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