Html Css Color HEX #5303CD Purple Heart

📋 copy color: '#5303CD'

red 83 ◦ green 3 ◦ blue 205

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

Shades of Purple Heart #5303CD

Tints of Purple Heart #5303CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.45%

R = 28.52%
G = 1.03%
B = 70.45%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5303CD (or 0x5303CD) is known color: Purple Heart. HEX triplet: 53, 03 and CD. RGB value is (83,3,205). Sum of RGB (Red+Green+Blue) = 83+3+205=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #5303CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303CD is #ACFC32. Grayscale: #313131. Windows color (decimal): -11336755 or 13435731. OLE color: 13435731.

HSL color Cylindrical-coordinate representation of color #5303CD: hue angle of 263.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303CD is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 3 205 -
CMYK 0.60 0.99 0 0.20
HSL 263.76º 0.97% 0.41% -
HSV(B) 263.76º 0.99% 0.8% -
XYZ 14.62 6.31 58.21 -
YUV 49.95 215.5 151.57 -
System Red Green Blue C M Y K H S L
Decimal 83 3 205 0.60 0.99 0 0.20 263.76 0.97 0.41
Hex 53 3 CD 3C 63 0 14 108 61 29
Octal 123 3 315 74 143 0 24 410 141 51
Binary 1010011 11 11001101 111100 1100011 0 10100 100001000 1100001 101001

Color Harmonies of #5303CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303CD

Black with #5303CD

Text Example


Text Example

White with #5303CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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