Html Css Color HEX #513BCE Purple Heart

📋 copy color: '#513BCE'

red 81 ◦ green 59 ◦ blue 206

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

Shades of Purple Heart #513BCE

Tints of Purple Heart #513BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

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

R = 23.41%
G = 17.05%
B = 59.54%

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

#513BCE (or 0x513BCE) is known color: Purple Heart. HEX triplet: 51, 3B and CE. RGB value is (81,59,206). Sum of RGB (Red+Green+Blue) = 81+59+206=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #513BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BCE is #AEC431. Grayscale: #515151. Windows color (decimal): -11453490 or 13515601. OLE color: 13515601.

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

Color convert

RGB 81 59 206 -
CMYK 0.61 0.71 0 0.19
HSL 248.98º 0.6% 0.52% -
HSV(B) 248.98º 0.71% 0.81% -
XYZ 16.1 9.33 59.35 -
YUV 82.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 81 59 206 0.61 0.71 0 0.19 248.98 0.6 0.52
Hex 51 3B CE 3D 47 0 13 F9 3C 34
Octal 121 73 316 75 107 0 23 371 74 64
Binary 1010001 111011 11001110 111101 1000111 0 10011 11111001 111100 110100

Color Harmonies of #513BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BCE

Black with #513BCE

Text Example


Text Example

White with #513BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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