Html Css Color HEX #510ACB Purple Heart

📋 copy color: '#510ACB'

red 81 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #510ACB

Tints of Purple Heart #510ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.4%

 BLUE value IS 203 (79.69% from 255) = 69.05%

R = 27.55%
G = 3.4%
B = 69.05%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#510ACB (or 0x510ACB) is known color: Purple Heart. HEX triplet: 51, 0A and CB. RGB value is (81,10,203). Sum of RGB (Red+Green+Blue) = 81+10+203=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #510ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ACB is #AEF534. Grayscale: #343434. Windows color (decimal): -11466037 or 13306449. OLE color: 13306449.

HSL color Cylindrical-coordinate representation of color #510ACB: hue angle of 262.07º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510ACB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 10 203 -
CMYK 0.60 0.95 0 0.20
HSL 262.07º 0.91% 0.42% -
HSV(B) 262.07º 0.95% 0.8% -
XYZ 14.28 6.28 56.96 -
YUV 53.23 212.52 147.81 -
System Red Green Blue C M Y K H S L
Decimal 81 10 203 0.60 0.95 0 0.20 262.07 0.91 0.42
Hex 51 A CB 3C 5F 0 14 106 5B 2A
Octal 121 12 313 74 137 0 24 406 133 52
Binary 1010001 1010 11001011 111100 1011111 0 10100 100000110 1011011 101010

Color Harmonies of #510ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ACB

Black with #510ACB

Text Example


Text Example

White with #510ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510ACB; }

 p { color: rgb(81,10,203); }

 H1.HeaderClassName
 {
   color: #510ACB;
 }
 .AnyTagClassName
 {
   color: #510ACB;
 }
</style>

background-color css

<style>
 a { background-color: #510ACB; }

 a { background-color: rgb(81,10,203); }

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

border-color css

<style>
 span { border-color: #510ACB; }

 span { border-color: rgb(81,10,203); }

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