Html Css Color HEX #512CFD Han Purple

📋 copy color: '#512CFD'

red 81 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #512CFD

Tints of Han Purple #512CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.64%

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 21.43%
G = 11.64%
B = 66.93%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#512CFD (or 0x512CFD) is known color: Han Purple. HEX triplet: 51, 2C and FD. RGB value is (81,44,253). Sum of RGB (Red+Green+Blue) = 81+44+253=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #512CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CFD is #AED302. Grayscale: #4E4E4E. Windows color (decimal): -11457283 or 16591953. OLE color: 16591953.

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

Color convert

RGB 81 44 253 -
CMYK 0.68 0.83 0 0.01
HSL 250.62º 0.98% 0.58% -
HSV(B) 250.62º 0.83% 0.99% -
XYZ 22.02 10.64 93.82 -
YUV 78.89 226.26 129.51 -
System Red Green Blue C M Y K H S L
Decimal 81 44 253 0.68 0.83 0 0.01 250.62 0.98 0.58
Hex 51 2C FD 44 53 0 1 FB 62 3A
Octal 121 54 375 104 123 0 1 373 142 72
Binary 1010001 101100 11111101 1000100 1010011 0 1 11111011 1100010 111010

Color Harmonies of #512CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CFD

Black with #512CFD

Text Example


Text Example

White with #512CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,44,253); }

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

background-color css

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

 a { background-color: rgb(81,44,253); }

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

border-color css

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

 span { border-color: rgb(81,44,253); }

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