Html Css Color HEX #6029F7 Han Purple

📋 copy color: '#6029F7'

red 96 ◦ green 41 ◦ blue 247

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

Shades of Han Purple #6029F7

Tints of Han Purple #6029F7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 25%
G = 10.68%
B = 64.32%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6029F7 (or 0x6029F7) is known color: Han Purple. HEX triplet: 60, 29 and F7. RGB value is (96,41,247). Sum of RGB (Red+Green+Blue) = 96+41+247=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 247 (96.88% from 255 or 64.32% from 384); Max value from RGB is 247 - color contains mainly: blue. Hex color #6029F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029F7 is #9FD608. Grayscale: #505050. Windows color (decimal): -10475017 or 16197984. OLE color: 16197984.

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

Color convert

RGB 96 41 247 -
CMYK 0.61 0.83 0 0.03
HSL 256.02º 0.93% 0.56% -
HSV(B) 256.02º 0.83% 0.97% -
XYZ 22.41 10.79 88.9 -
YUV 80.93 221.72 138.75 -
System Red Green Blue C M Y K H S L
Decimal 96 41 247 0.61 0.83 0 0.03 256.02 0.93 0.56
Hex 60 29 F7 3D 53 0 3 100 5D 38
Octal 140 51 367 75 123 0 3 400 135 70
Binary 1100000 101001 11110111 111101 1010011 0 11 100000000 1011101 111000

Color Harmonies of #6029F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029F7

Black with #6029F7

Text Example


Text Example

White with #6029F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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