Html Css Color HEX #512EF2 Han Purple

📋 copy color: '#512EF2'

red 81 ◦ green 46 ◦ blue 242

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

Shades of Han Purple #512EF2

Tints of Han Purple #512EF2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.47%

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

R = 21.95%
G = 12.47%
B = 65.58%

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

#512EF2 (or 0x512EF2) is known color: Han Purple. HEX triplet: 51, 2E and F2. RGB value is (81,46,242). Sum of RGB (Red+Green+Blue) = 81+46+242=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #512EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EF2 is #AED10D. Grayscale: #4E4E4E. Windows color (decimal): -11456782 or 15871569. OLE color: 15871569.

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

Color convert

RGB 81 46 242 -
CMYK 0.67 0.81 0 0.05
HSL 250.71º 0.88% 0.56% -
HSV(B) 250.71º 0.81% 0.95% -
XYZ 20.4 10.11 84.88 -
YUV 78.81 220.1 129.56 -
System Red Green Blue C M Y K H S L
Decimal 81 46 242 0.67 0.81 0 0.05 250.71 0.88 0.56
Hex 51 2E F2 43 51 0 5 FB 58 38
Octal 121 56 362 103 121 0 5 373 130 70
Binary 1010001 101110 11110010 1000011 1010001 0 101 11111011 1011000 111000

Color Harmonies of #512EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EF2

Black with #512EF2

Text Example


Text Example

White with #512EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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