Html Css Color HEX #5134CD Purple Heart

📋 copy color: '#5134CD'

red 81 ◦ green 52 ◦ blue 205

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

Shades of Purple Heart #5134CD

Tints of Purple Heart #5134CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 23.96%
G = 15.38%
B = 60.65%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5134CD (or 0x5134CD) is known color: Purple Heart. HEX triplet: 51, 34 and CD. RGB value is (81,52,205). Sum of RGB (Red+Green+Blue) = 81+52+205=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #5134CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5134CD is #AECB32. Grayscale: #4D4D4D. Windows color (decimal): -11455283 or 13448273. OLE color: 13448273.

HSL color Cylindrical-coordinate representation of color #5134CD: hue angle of 251.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5134CD is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 52 205 -
CMYK 0.60 0.75 0 0.20
HSL 251.37º 0.6% 0.5% -
HSV(B) 251.37º 0.75% 0.8% -
XYZ 15.64 8.61 58.6 -
YUV 78.11 199.61 130.06 -
System Red Green Blue C M Y K H S L
Decimal 81 52 205 0.60 0.75 0 0.20 251.37 0.6 0.5
Hex 51 34 CD 3C 4B 0 14 FB 3C 32
Octal 121 64 315 74 113 0 24 373 74 62
Binary 1010001 110100 11001101 111100 1001011 0 10100 11111011 111100 110010

Color Harmonies of #5134CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5134CD

Black with #5134CD

Text Example


Text Example

White with #5134CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5134CD; }

 p { color: rgb(81,52,205); }

 H1.HeaderClassName
 {
   color: #5134CD;
 }
 .AnyTagClassName
 {
   color: #5134CD;
 }
</style>

background-color css

<style>
 a { background-color: #5134CD; }

 a { background-color: rgb(81,52,205); }

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

border-color css

<style>
 span { border-color: #5134CD; }

 span { border-color: rgb(81,52,205); }

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