Html Css Color HEX #512BBC Purple Heart

📋 copy color: '#512BBC'

red 81 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #512BBC

Tints of Purple Heart #512BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 25.96%
G = 13.78%
B = 60.26%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#512BBC (or 0x512BBC) is known color: Purple Heart. HEX triplet: 51, 2B and BC. RGB value is (81,43,188). Sum of RGB (Red+Green+Blue) = 81+43+188=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #512BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BBC is #AED443. Grayscale: #464646. Windows color (decimal): -11457604 or 12331857. OLE color: 12331857.

HSL color Cylindrical-coordinate representation of color #512BBC: hue angle of 255.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512BBC is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 43 188 -
CMYK 0.57 0.77 0 0.26
HSL 255.72º 0.63% 0.45% -
HSV(B) 255.72º 0.77% 0.74% -
XYZ 13.33 7.11 48.25 -
YUV 70.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 81 43 188 0.57 0.77 0 0.26 255.72 0.63 0.45
Hex 51 2B BC 39 4D 0 1A 100 3F 2D
Octal 121 53 274 71 115 0 32 400 77 55
Binary 1010001 101011 10111100 111001 1001101 0 11010 100000000 111111 101101

Color Harmonies of #512BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BBC

Black with #512BBC

Text Example


Text Example

White with #512BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512BBC; }

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

 H1.HeaderClassName
 {
   color: #512BBC;
 }
 .AnyTagClassName
 {
   color: #512BBC;
 }
</style>

background-color css

<style>
 a { background-color: #512BBC; }

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

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

border-color css

<style>
 span { border-color: #512BBC; }

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

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