Html Css Color HEX #6029F1 Han Purple

📋 copy color: '#6029F1'

red 96 ◦ green 41 ◦ blue 241

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

Shades of Han Purple #6029F1

Tints of Han Purple #6029F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 63.76%

R = 25.4%
G = 10.85%
B = 63.76%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6029F1 (or 0x6029F1) is known color: Han Purple. HEX triplet: 60, 29 and F1. RGB value is (96,41,241). Sum of RGB (Red+Green+Blue) = 96+41+241=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 241 (94.53% from 255 or 63.76% from 378); Max value from RGB is 241 - color contains mainly: blue. Hex color #6029F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029F1 is #9FD60E. Grayscale: #4F4F4F. Windows color (decimal): -10475023 or 15804768. OLE color: 15804768.

HSL color Cylindrical-coordinate representation of color #6029F1: hue angle of 256.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6029F1 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 41 241 -
CMYK 0.60 0.83 0 0.05
HSL 256.5º 0.88% 0.55% -
HSV(B) 256.5º 0.83% 0.95% -
XYZ 21.49 10.42 84.1 -
YUV 80.25 218.72 139.24 -
System Red Green Blue C M Y K H S L
Decimal 96 41 241 0.60 0.83 0 0.05 256.5 0.88 0.55
Hex 60 29 F1 3C 53 0 5 100 58 37
Octal 140 51 361 74 123 0 5 400 130 67
Binary 1100000 101001 11110001 111100 1010011 0 101 100000000 1011000 110111

Color Harmonies of #6029F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029F1

Black with #6029F1

Text Example


Text Example

White with #6029F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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