Html Css Color HEX #5305B2 Purple Heart

📋 copy color: '#5305B2'

red 83 ◦ green 5 ◦ blue 178

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

Shades of Purple Heart #5305B2

Tints of Purple Heart #5305B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 178 (69.92% from 255) = 66.92%

R = 31.2%
G = 1.88%
B = 66.92%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5305B2 (or 0x5305B2) is known color: Purple Heart. HEX triplet: 53, 05 and B2. RGB value is (83,5,178). Sum of RGB (Red+Green+Blue) = 83+5+178=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 178 (69.92% from 255 or 66.92% from 266); Max value from RGB is 178 - color contains mainly: blue. Hex color #5305B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5305B2 is #ACFA4D. Grayscale: #2F2F2F. Windows color (decimal): -11336270 or 11666771. OLE color: 11666771.

HSL color Cylindrical-coordinate representation of color #5305B2: hue angle of 267.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5305B2 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 5 178 -
CMYK 0.53 0.97 0 0.30
HSL 267.05º 0.95% 0.36% -
HSV(B) 267.05º 0.97% 0.7% -
XYZ 11.66 5.16 42.5 -
YUV 48.04 201.34 152.93 -
System Red Green Blue C M Y K H S L
Decimal 83 5 178 0.53 0.97 0 0.30 267.05 0.95 0.36
Hex 53 5 B2 35 61 0 1E 10B 5F 24
Octal 123 5 262 65 141 0 36 413 137 44
Binary 1010011 101 10110010 110101 1100001 0 11110 100001011 1011111 100100

Color Harmonies of #5305B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305B2

Black with #5305B2

Text Example


Text Example

White with #5305B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5305B2; }

 p { color: rgb(83,5,178); }

 H1.HeaderClassName
 {
   color: #5305B2;
 }
 .AnyTagClassName
 {
   color: #5305B2;
 }
</style>

background-color css

<style>
 a { background-color: #5305B2; }

 a { background-color: rgb(83,5,178); }

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

border-color css

<style>
 span { border-color: #5305B2; }

 span { border-color: rgb(83,5,178); }

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