Html Css Color HEX #513CCF Purple Heart

📋 copy color: '#513CCF'

red 81 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #513CCF

Tints of Purple Heart #513CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 23.28%
G = 17.24%
B = 59.48%

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

#513CCF (or 0x513CCF) is known color: Purple Heart. HEX triplet: 51, 3C and CF. RGB value is (81,60,207). Sum of RGB (Red+Green+Blue) = 81+60+207=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #513CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CCF is #AEC330. Grayscale: #525252. Windows color (decimal): -11453233 or 13581393. OLE color: 13581393.

HSL color Cylindrical-coordinate representation of color #513CCF: hue angle of 248.57º 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 #513CCF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 60 207 -
CMYK 0.61 0.71 0 0.19
HSL 248.57º 0.6% 0.52% -
HSV(B) 248.57º 0.71% 0.81% -
XYZ 16.27 9.49 60 -
YUV 83.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 81 60 207 0.61 0.71 0 0.19 248.57 0.6 0.52
Hex 51 3C CF 3D 47 0 13 F9 3C 34
Octal 121 74 317 75 107 0 23 371 74 64
Binary 1010001 111100 11001111 111101 1000111 0 10011 11111001 111100 110100

Color Harmonies of #513CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CCF

Black with #513CCF

Text Example


Text Example

White with #513CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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