Html Css Color HEX #512AF3 Han Purple

📋 copy color: '#512AF3'

red 81 ◦ green 42 ◦ blue 243

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

Shades of Han Purple #512AF3

Tints of Han Purple #512AF3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.48%

 BLUE value IS 243 (95.31% from 255) = 66.39%

R = 22.13%
G = 11.48%
B = 66.39%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#512AF3 (or 0x512AF3) is known color: Han Purple. HEX triplet: 51, 2A and F3. RGB value is (81,42,243). Sum of RGB (Red+Green+Blue) = 81+42+243=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 243 (95.31% from 255 or 66.39% from 366); Max value from RGB is 243 - color contains mainly: blue. Hex color #512AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512AF3 is #AED50C. Grayscale: #4B4B4B. Windows color (decimal): -11457805 or 15936081. OLE color: 15936081.

HSL color Cylindrical-coordinate representation of color #512AF3: hue angle of 251.64º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512AF3 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 42 243 -
CMYK 0.67 0.83 0 0.05
HSL 251.64º 0.89% 0.56% -
HSV(B) 251.64º 0.83% 0.95% -
XYZ 20.4 9.88 85.63 -
YUV 76.58 221.92 131.16 -
System Red Green Blue C M Y K H S L
Decimal 81 42 243 0.67 0.83 0 0.05 251.64 0.89 0.56
Hex 51 2A F3 43 53 0 5 FC 59 38
Octal 121 52 363 103 123 0 5 374 131 70
Binary 1010001 101010 11110011 1000011 1010011 0 101 11111100 1011001 111000

Color Harmonies of #512AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512AF3

Black with #512AF3

Text Example


Text Example

White with #512AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,42,243); }

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

background-color css

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

 a { background-color: rgb(81,42,243); }

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

border-color css

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

 span { border-color: rgb(81,42,243); }

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