Html Css Color HEX #512BFB Han Purple

📋 copy color: '#512BFB'

red 81 ◦ green 43 ◦ blue 251

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

Shades of Han Purple #512BFB

Tints of Han Purple #512BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 21.6%
G = 11.47%
B = 66.93%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#512BFB (or 0x512BFB) is known color: Han Purple. HEX triplet: 51, 2B and FB. RGB value is (81,43,251). Sum of RGB (Red+Green+Blue) = 81+43+251=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #512BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512BFB is #AED404. Grayscale: #4D4D4D. Windows color (decimal): -11457541 or 16460625. OLE color: 16460625.

HSL color Cylindrical-coordinate representation of color #512BFB: hue angle of 250.96º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512BFB is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 43 251 -
CMYK 0.68 0.83 0 0.02
HSL 250.96º 0.96% 0.58% -
HSV(B) 250.96º 0.83% 0.98% -
XYZ 21.67 10.44 92.14 -
YUV 78.07 225.59 130.09 -
System Red Green Blue C M Y K H S L
Decimal 81 43 251 0.68 0.83 0 0.02 250.96 0.96 0.58
Hex 51 2B FB 44 53 0 2 FB 60 3A
Octal 121 53 373 104 123 0 2 373 140 72
Binary 1010001 101011 11111011 1000100 1010011 0 10 11111011 1100000 111010

Color Harmonies of #512BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BFB

Black with #512BFB

Text Example


Text Example

White with #512BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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