Html Css Color HEX #513CCE Purple Heart

📋 copy color: '#513CCE'

red 81 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #513CCE

Tints of Purple Heart #513CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 23.34%
G = 17.29%
B = 59.37%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#513CCE (or 0x513CCE) is known color: Purple Heart. HEX triplet: 51, 3C and CE. RGB value is (81,60,206). Sum of RGB (Red+Green+Blue) = 81+60+206=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #513CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CCE is #AEC331. Grayscale: #525252. Windows color (decimal): -11453234 or 13515857. OLE color: 13515857.

HSL color Cylindrical-coordinate representation of color #513CCE: hue angle of 248.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #513CCE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 60 206 -
CMYK 0.61 0.71 0 0.19
HSL 248.63º 0.6% 0.52% -
HSV(B) 248.63º 0.71% 0.81% -
XYZ 16.15 9.44 59.36 -
YUV 82.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 81 60 206 0.61 0.71 0 0.19 248.63 0.6 0.52
Hex 51 3C CE 3D 47 0 13 F9 3C 34
Octal 121 74 316 75 107 0 23 371 74 64
Binary 1010001 111100 11001110 111101 1000111 0 10011 11111001 111100 110100

Color Harmonies of #513CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CCE

Black with #513CCE

Text Example


Text Example

White with #513CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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