Html Css Color HEX #512FF2 Han Purple

📋 copy color: '#512FF2'

red 81 ◦ green 47 ◦ blue 242

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

Shades of Han Purple #512FF2

Tints of Han Purple #512FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 65.41%

R = 21.89%
G = 12.7%
B = 65.41%

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

#512FF2 (or 0x512FF2) is known color: Han Purple. HEX triplet: 51, 2F and F2. RGB value is (81,47,242). Sum of RGB (Red+Green+Blue) = 81+47+242=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #512FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FF2 is #AED00D. Grayscale: #4E4E4E. Windows color (decimal): -11456526 or 15871825. OLE color: 15871825.

HSL color Cylindrical-coordinate representation of color #512FF2: hue angle of 250.46º degrees, saturation: 0.88, 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 #512FF2 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 47 242 -
CMYK 0.67 0.81 0 0.05
HSL 250.46º 0.88% 0.57% -
HSV(B) 250.46º 0.81% 0.95% -
XYZ 20.44 10.19 84.89 -
YUV 79.4 219.76 129.14 -
System Red Green Blue C M Y K H S L
Decimal 81 47 242 0.67 0.81 0 0.05 250.46 0.88 0.57
Hex 51 2F F2 43 51 0 5 FA 58 39
Octal 121 57 362 103 121 0 5 372 130 71
Binary 1010001 101111 11110010 1000011 1010001 0 101 11111010 1011000 111001

Color Harmonies of #512FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FF2

Black with #512FF2

Text Example


Text Example

White with #512FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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