Html Css Color HEX #513CCA Purple Heart

📋 copy color: '#513CCA'

red 81 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #513CCA

Tints of Purple Heart #513CCA

RGB

 RED value IS 81 (32.03% from 255) = 23.62%

 GREEN value IS 60 (23.83% from 255) = 17.49%

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

R = 23.62%
G = 17.49%
B = 58.89%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#513CCA (or 0x513CCA) is known color: Purple Heart. HEX triplet: 51, 3C and CA. RGB value is (81,60,202). Sum of RGB (Red+Green+Blue) = 81+60+202=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #513CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CCA is #AEC335. Grayscale: #515151. Windows color (decimal): -11453238 or 13253713. OLE color: 13253713.

HSL color Cylindrical-coordinate representation of color #513CCA: hue angle of 248.87º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513CCA is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 60 202 -
CMYK 0.60 0.70 0 0.21
HSL 248.87º 0.57% 0.51% -
HSV(B) 248.87º 0.7% 0.79% -
XYZ 15.67 9.25 56.84 -
YUV 82.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 81 60 202 0.60 0.70 0 0.21 248.87 0.57 0.51
Hex 51 3C CA 3C 46 0 15 F9 39 33
Octal 121 74 312 74 106 0 25 371 71 63
Binary 1010001 111100 11001010 111100 1000110 0 10101 11111001 111001 110011

Color Harmonies of #513CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CCA

Black with #513CCA

Text Example


Text Example

White with #513CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513CCA; }

 p { color: rgb(81,60,202); }

 H1.HeaderClassName
 {
   color: #513CCA;
 }
 .AnyTagClassName
 {
   color: #513CCA;
 }
</style>

background-color css

<style>
 a { background-color: #513CCA; }

 a { background-color: rgb(81,60,202); }

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

border-color css

<style>
 span { border-color: #513CCA; }

 span { border-color: rgb(81,60,202); }

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