Html Css Color HEX #6029F5 Han Purple

📋 copy color: '#6029F5'

red 96 ◦ green 41 ◦ blue 245

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

Shades of Han Purple #6029F5

Tints of Han Purple #6029F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.14%

R = 25.13%
G = 10.73%
B = 64.14%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6029F5 (or 0x6029F5) is known color: Han Purple. HEX triplet: 60, 29 and F5. RGB value is (96,41,245). Sum of RGB (Red+Green+Blue) = 96+41+245=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 245 (96.09% from 255 or 64.14% from 382); Max value from RGB is 245 - color contains mainly: blue. Hex color #6029F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029F5 is #9FD60A. Grayscale: #4F4F4F. Windows color (decimal): -10475019 or 16066912. OLE color: 16066912.

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

Color convert

RGB 96 41 245 -
CMYK 0.61 0.83 0 0.04
HSL 256.18º 0.91% 0.56% -
HSV(B) 256.18º 0.83% 0.96% -
XYZ 22.1 10.67 87.28 -
YUV 80.7 220.72 138.91 -
System Red Green Blue C M Y K H S L
Decimal 96 41 245 0.61 0.83 0 0.04 256.18 0.91 0.56
Hex 60 29 F5 3D 53 0 4 100 5B 38
Octal 140 51 365 75 123 0 4 400 133 70
Binary 1100000 101001 11110101 111101 1010011 0 100 100000000 1011011 111000

Color Harmonies of #6029F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029F5

Black with #6029F5

Text Example


Text Example

White with #6029F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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