Html Css Color HEX #512FF3 Han Purple

📋 copy color: '#512FF3'

red 81 ◦ green 47 ◦ blue 243

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

Shades of Han Purple #512FF3

Tints of Han Purple #512FF3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

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

R = 21.83%
G = 12.67%
B = 65.5%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#512FF3 (or 0x512FF3) is known color: Han Purple. HEX triplet: 51, 2F and F3. RGB value is (81,47,243). Sum of RGB (Red+Green+Blue) = 81+47+243=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #512FF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FF3 is #AED00C. Grayscale: #4E4E4E. Windows color (decimal): -11456525 or 15937361. OLE color: 15937361.

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

Color convert

RGB 81 47 243 -
CMYK 0.67 0.81 0 0.05
HSL 250.41º 0.89% 0.57% -
HSV(B) 250.41º 0.81% 0.95% -
XYZ 20.59 10.25 85.69 -
YUV 79.51 220.26 129.06 -
System Red Green Blue C M Y K H S L
Decimal 81 47 243 0.67 0.81 0 0.05 250.41 0.89 0.57
Hex 51 2F F3 43 51 0 5 FA 59 39
Octal 121 57 363 103 121 0 5 372 131 71
Binary 1010001 101111 11110011 1000011 1010001 0 101 11111010 1011001 111001

Color Harmonies of #512FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FF3

Black with #512FF3

Text Example


Text Example

White with #512FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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