Html Css Color HEX #512BF7 Han Purple

📋 copy color: '#512BF7'

red 81 ◦ green 43 ◦ blue 247

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

Shades of Han Purple #512BF7

Tints of Han Purple #512BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.58%

R = 21.83%
G = 11.59%
B = 66.58%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#512BF7 (or 0x512BF7) is known color: Han Purple. HEX triplet: 51, 2B and F7. RGB value is (81,43,247). Sum of RGB (Red+Green+Blue) = 81+43+247=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #512BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512BF7 is #AED408. Grayscale: #4C4C4C. Windows color (decimal): -11457545 or 16198481. OLE color: 16198481.

HSL color Cylindrical-coordinate representation of color #512BF7: hue angle of 251.18º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512BF7 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 43 247 -
CMYK 0.67 0.83 0 0.03
HSL 251.18º 0.93% 0.57% -
HSV(B) 251.18º 0.83% 0.97% -
XYZ 21.05 10.19 88.85 -
YUV 77.62 223.59 130.41 -
System Red Green Blue C M Y K H S L
Decimal 81 43 247 0.67 0.83 0 0.03 251.18 0.93 0.57
Hex 51 2B F7 43 53 0 3 FB 5D 39
Octal 121 53 367 103 123 0 3 373 135 71
Binary 1010001 101011 11110111 1000011 1010011 0 11 11111011 1011101 111001

Color Harmonies of #512BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BF7

Black with #512BF7

Text Example


Text Example

White with #512BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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