Html Css Color HEX #6030F7 Han Purple

📋 copy color: '#6030F7'

red 96 ◦ green 48 ◦ blue 247

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

Shades of Han Purple #6030F7

Tints of Han Purple #6030F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.17%

R = 24.55%
G = 12.28%
B = 63.17%

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

#6030F7 (or 0x6030F7) is known color: Han Purple. HEX triplet: 60, 30 and F7. RGB value is (96,48,247). Sum of RGB (Red+Green+Blue) = 96+48+247=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #6030F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030F7 is #9FCF08. Grayscale: #545454. Windows color (decimal): -10473225 or 16199776. OLE color: 16199776.

HSL color Cylindrical-coordinate representation of color #6030F7: hue angle of 254.47º 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 #6030F7 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 48 247 -
CMYK 0.61 0.81 0 0.03
HSL 254.47º 0.93% 0.58% -
HSV(B) 254.47º 0.81% 0.97% -
XYZ 22.67 11.32 88.99 -
YUV 85.04 219.4 135.82 -
System Red Green Blue C M Y K H S L
Decimal 96 48 247 0.61 0.81 0 0.03 254.47 0.93 0.58
Hex 60 30 F7 3D 51 0 3 FE 5D 3A
Octal 140 60 367 75 121 0 3 376 135 72
Binary 1100000 110000 11110111 111101 1010001 0 11 11111110 1011101 111010

Color Harmonies of #6030F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6030F7

Black with #6030F7

Text Example


Text Example

White with #6030F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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