Html Css Color HEX #6030F8 Han Purple

📋 copy color: '#6030F8'

red 96 ◦ green 48 ◦ blue 248

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

Shades of Han Purple #6030F8

Tints of Han Purple #6030F8

RGB

 RED value IS 96 (37.89% from 255) = 24.49%

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

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 24.49%
G = 12.24%
B = 63.27%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6030F8 (or 0x6030F8) is known color: Han Purple. HEX triplet: 60, 30 and F8. RGB value is (96,48,248). Sum of RGB (Red+Green+Blue) = 96+48+248=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #6030F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030F8 is #9FCF07. Grayscale: #545454. Windows color (decimal): -10473224 or 16265312. OLE color: 16265312.

HSL color Cylindrical-coordinate representation of color #6030F8: hue angle of 254.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6030F8 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 48 248 -
CMYK 0.61 0.81 0 0.03
HSL 254.4º 0.93% 0.58% -
HSV(B) 254.4º 0.81% 0.97% -
XYZ 22.82 11.38 89.8 -
YUV 85.15 219.9 135.74 -
System Red Green Blue C M Y K H S L
Decimal 96 48 248 0.61 0.81 0 0.03 254.4 0.93 0.58
Hex 60 30 F8 3D 51 0 3 FE 5D 3A
Octal 140 60 370 75 121 0 3 376 135 72
Binary 1100000 110000 11111000 111101 1010001 0 11 11111110 1011101 111010

Color Harmonies of #6030F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6030F8

Black with #6030F8

Text Example


Text Example

White with #6030F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6030F8; }

 p { color: rgb(96,48,248); }

 H1.HeaderClassName
 {
   color: #6030F8;
 }
 .AnyTagClassName
 {
   color: #6030F8;
 }
</style>

background-color css

<style>
 a { background-color: #6030F8; }

 a { background-color: rgb(96,48,248); }

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

border-color css

<style>
 span { border-color: #6030F8; }

 span { border-color: rgb(96,48,248); }

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