Html Css Color HEX #511CCA Purple Heart

📋 copy color: '#511CCA'

red 81 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #511CCA

Tints of Purple Heart #511CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

 BLUE value IS 202 (79.3% from 255) = 64.95%

R = 26.05%
G = 9%
B = 64.95%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#511CCA (or 0x511CCA) is known color: Purple Heart. HEX triplet: 51, 1C and CA. RGB value is (81,28,202). Sum of RGB (Red+Green+Blue) = 81+28+202=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #511CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CCA is #AEE335. Grayscale: #3F3F3F. Windows color (decimal): -11461430 or 13245521. OLE color: 13245521.

HSL color Cylindrical-coordinate representation of color #511CCA: hue angle of 258.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CCA is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 28 202 -
CMYK 0.60 0.86 0 0.21
HSL 258.28º 0.76% 0.45% -
HSV(B) 258.28º 0.86% 0.79% -
XYZ 14.47 6.84 56.44 -
YUV 63.68 206.06 140.35 -
System Red Green Blue C M Y K H S L
Decimal 81 28 202 0.60 0.86 0 0.21 258.28 0.76 0.45
Hex 51 1C CA 3C 56 0 15 102 4C 2D
Octal 121 34 312 74 126 0 25 402 114 55
Binary 1010001 11100 11001010 111100 1010110 0 10101 100000010 1001100 101101

Color Harmonies of #511CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CCA

Black with #511CCA

Text Example


Text Example

White with #511CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511CCA; }

 p { color: rgb(81,28,202); }

 H1.HeaderClassName
 {
   color: #511CCA;
 }
 .AnyTagClassName
 {
   color: #511CCA;
 }
</style>

background-color css

<style>
 a { background-color: #511CCA; }

 a { background-color: rgb(81,28,202); }

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

border-color css

<style>
 span { border-color: #511CCA; }

 span { border-color: rgb(81,28,202); }

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