Html Css Color HEX #513CCC Purple Heart

📋 copy color: '#513CCC'

red 81 ◦ green 60 ◦ blue 204

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

Shades of Purple Heart #513CCC

Tints of Purple Heart #513CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 23.48%
G = 17.39%
B = 59.13%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#513CCC (or 0x513CCC) is known color: Purple Heart. HEX triplet: 51, 3C and CC. RGB value is (81,60,204). Sum of RGB (Red+Green+Blue) = 81+60+204=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #513CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CCC is #AEC333. Grayscale: #525252. Windows color (decimal): -11453236 or 13384785. OLE color: 13384785.

HSL color Cylindrical-coordinate representation of color #513CCC: hue angle of 248.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #513CCC is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 60 204 -
CMYK 0.60 0.71 0 0.2
HSL 248.75º 0.59% 0.52% -
HSV(B) 248.75º 0.71% 0.8% -
XYZ 15.91 9.34 58.09 -
YUV 82.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 81 60 204 0.60 0.71 0 0.2 248.75 0.59 0.52
Hex 51 3C CC 3C 47 0 14 F9 3B 34
Octal 121 74 314 74 107 0 24 371 73 64
Binary 1010001 111100 11001100 111100 1000111 0 10100 11111001 111011 110100

Color Harmonies of #513CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CCC

Black with #513CCC

Text Example


Text Example

White with #513CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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