Html Css Color HEX #513CBC Purple Heart

📋 copy color: '#513CBC'

red 81 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #513CBC

Tints of Purple Heart #513CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 24.62%
G = 18.24%
B = 57.14%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#513CBC (or 0x513CBC) is known color: Purple Heart. HEX triplet: 51, 3C and BC. RGB value is (81,60,188). Sum of RGB (Red+Green+Blue) = 81+60+188=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #513CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CBC is #AEC343. Grayscale: #505050. Windows color (decimal): -11453252 or 12336209. OLE color: 12336209.

HSL color Cylindrical-coordinate representation of color #513CBC: hue angle of 249.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513CBC is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 60 188 -
CMYK 0.57 0.68 0 0.26
HSL 249.84º 0.52% 0.49% -
HSV(B) 249.84º 0.68% 0.74% -
XYZ 14.09 8.61 48.5 -
YUV 80.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 81 60 188 0.57 0.68 0 0.26 249.84 0.52 0.49
Hex 51 3C BC 39 44 0 1A FA 34 31
Octal 121 74 274 71 104 0 32 372 64 61
Binary 1010001 111100 10111100 111001 1000100 0 11010 11111010 110100 110001

Color Harmonies of #513CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CBC

Black with #513CBC

Text Example


Text Example

White with #513CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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