Html Css Color HEX #7030FD Han Purple

📋 copy color: '#7030FD'

red 112 ◦ green 48 ◦ blue 253

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

Shades of Han Purple #7030FD

Tints of Han Purple #7030FD

RGB

 RED value IS 112 (44.14% from 255) = 27.12%

 GREEN value IS 48 (19.14% from 255) = 11.62%

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

R = 27.12%
G = 11.62%
B = 61.26%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7030FD (or 0x7030FD) is known color: Han Purple. HEX triplet: 70, 30 and FD. RGB value is (112,48,253). Sum of RGB (Red+Green+Blue) = 112+48+253=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #7030FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7030FD is #8FCF02. Grayscale: #595959. Windows color (decimal): -9424643 or 16593008. OLE color: 16593008.

HSL color Cylindrical-coordinate representation of color #7030FD: hue angle of 258.73º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7030FD is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 48 253 -
CMYK 0.56 0.81 0 0.01
HSL 258.73º 0.98% 0.59% -
HSV(B) 258.73º 0.81% 0.99% -
XYZ 25.47 12.65 94.03 -
YUV 90.51 219.7 143.33 -
System Red Green Blue C M Y K H S L
Decimal 112 48 253 0.56 0.81 0 0.01 258.73 0.98 0.59
Hex 70 30 FD 38 51 0 1 103 62 3B
Octal 160 60 375 70 121 0 1 403 142 73
Binary 1110000 110000 11111101 111000 1010001 0 1 100000011 1100010 111011

Color Harmonies of #7030FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7030FD

Black with #7030FD

Text Example


Text Example

White with #7030FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7030FD; }

 p { color: rgb(112,48,253); }

 H1.HeaderClassName
 {
   color: #7030FD;
 }
 .AnyTagClassName
 {
   color: #7030FD;
 }
</style>

background-color css

<style>
 a { background-color: #7030FD; }

 a { background-color: rgb(112,48,253); }

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

border-color css

<style>
 span { border-color: #7030FD; }

 span { border-color: rgb(112,48,253); }

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