Html Css Color HEX #5303BC Purple Heart

📋 copy color: '#5303BC'

red 83 ◦ green 3 ◦ blue 188

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

Shades of Purple Heart #5303BC

Tints of Purple Heart #5303BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 30.29%
G = 1.09%
B = 68.61%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5303BC (or 0x5303BC) is known color: Purple Heart. HEX triplet: 53, 03 and BC. RGB value is (83,3,188). Sum of RGB (Red+Green+Blue) = 83+3+188=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #5303BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303BC is #ACFC43. Grayscale: #2F2F2F. Windows color (decimal): -11336772 or 12321619. OLE color: 12321619.

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

Color convert

RGB 83 3 188 -
CMYK 0.56 0.98 0 0.26
HSL 265.95º 0.97% 0.37% -
HSV(B) 265.95º 0.98% 0.74% -
XYZ 12.68 5.53 47.98 -
YUV 48.01 207 152.96 -
System Red Green Blue C M Y K H S L
Decimal 83 3 188 0.56 0.98 0 0.26 265.95 0.97 0.37
Hex 53 3 BC 38 62 0 1A 10A 61 25
Octal 123 3 274 70 142 0 32 412 141 45
Binary 1010011 11 10111100 111000 1100010 0 11010 100001010 1100001 100101

Color Harmonies of #5303BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303BC

Black with #5303BC

Text Example


Text Example

White with #5303BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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