Html Css Color HEX #512CF0 Han Purple

📋 copy color: '#512CF0'

red 81 ◦ green 44 ◦ blue 240

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

Shades of Han Purple #512CF0

Tints of Han Purple #512CF0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 240 (94.14% from 255) = 65.75%

R = 22.19%
G = 12.05%
B = 65.75%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#512CF0 (or 0x512CF0) is known color: Han Purple. HEX triplet: 51, 2C and F0. RGB value is (81,44,240). Sum of RGB (Red+Green+Blue) = 81+44+240=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #512CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CF0 is #AED30F. Grayscale: #4C4C4C. Windows color (decimal): -11457296 or 15739985. OLE color: 15739985.

HSL color Cylindrical-coordinate representation of color #512CF0: hue angle of 251.33º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512CF0 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 44 240 -
CMYK 0.66 0.82 0 0.06
HSL 251.33º 0.87% 0.56% -
HSV(B) 251.33º 0.82% 0.94% -
XYZ 20.02 9.84 83.28 -
YUV 77.41 219.76 130.56 -
System Red Green Blue C M Y K H S L
Decimal 81 44 240 0.66 0.82 0 0.06 251.33 0.87 0.56
Hex 51 2C F0 42 52 0 6 FB 57 38
Octal 121 54 360 102 122 0 6 373 127 70
Binary 1010001 101100 11110000 1000010 1010010 0 110 11111011 1010111 111000

Color Harmonies of #512CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CF0

Black with #512CF0

Text Example


Text Example

White with #512CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,44,240); }

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

background-color css

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

 a { background-color: rgb(81,44,240); }

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

border-color css

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

 span { border-color: rgb(81,44,240); }

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