Html Css Color HEX #5310CA Purple Heart

📋 copy color: '#5310CA'

red 83 ◦ green 16 ◦ blue 202

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

Shades of Purple Heart #5310CA

Tints of Purple Heart #5310CA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

 BLUE value IS 202 (79.3% from 255) = 67.11%

R = 27.57%
G = 5.32%
B = 67.11%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5310CA (or 0x5310CA) is known color: Purple Heart. HEX triplet: 53, 10 and CA. RGB value is (83,16,202). Sum of RGB (Red+Green+Blue) = 83+16+202=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #5310CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310CA is #ACEF35. Grayscale: #383838. Windows color (decimal): -11333430 or 13242451. OLE color: 13242451.

HSL color Cylindrical-coordinate representation of color #5310CA: hue angle of 261.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5310CA is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 16 202 -
CMYK 0.59 0.92 0 0.21
HSL 261.61º 0.85% 0.43% -
HSV(B) 261.61º 0.92% 0.79% -
XYZ 14.41 6.47 56.37 -
YUV 57.24 209.7 146.38 -
System Red Green Blue C M Y K H S L
Decimal 83 16 202 0.59 0.92 0 0.21 261.61 0.85 0.43
Hex 53 10 CA 3B 5C 0 15 106 55 2B
Octal 123 20 312 73 134 0 25 406 125 53
Binary 1010011 10000 11001010 111011 1011100 0 10101 100000110 1010101 101011

Color Harmonies of #5310CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5310CA

Black with #5310CA

Text Example


Text Example

White with #5310CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5310CA; }

 p { color: rgb(83,16,202); }

 H1.HeaderClassName
 {
   color: #5310CA;
 }
 .AnyTagClassName
 {
   color: #5310CA;
 }
</style>

background-color css

<style>
 a { background-color: #5310CA; }

 a { background-color: rgb(83,16,202); }

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

border-color css

<style>
 span { border-color: #5310CA; }

 span { border-color: rgb(83,16,202); }

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