Html Css Color HEX #6029FE Han Purple

📋 copy color: '#6029FE'

red 96 ◦ green 41 ◦ blue 254

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

Shades of Han Purple #6029FE

Tints of Han Purple #6029FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.96%

R = 24.55%
G = 10.49%
B = 64.96%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6029FE (or 0x6029FE) is known color: Han Purple. HEX triplet: 60, 29 and FE. RGB value is (96,41,254). Sum of RGB (Red+Green+Blue) = 96+41+254=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #6029FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029FE is #9FD601. Grayscale: #505050. Windows color (decimal): -10475010 or 16656736. OLE color: 16656736.

HSL color Cylindrical-coordinate representation of color #6029FE: hue angle of 255.49º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6029FE is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 41 254 -
CMYK 0.62 0.84 0 0.00
HSL 255.49º 0.99% 0.58% -
HSV(B) 255.49º 0.84% 1% -
XYZ 23.51 11.23 94.69 -
YUV 81.73 225.22 138.18 -
System Red Green Blue C M Y K H S L
Decimal 96 41 254 0.62 0.84 0 0.00 255.49 0.99 0.58
Hex 60 29 FE 3E 54 0 0 FF 63 3A
Octal 140 51 376 76 124 0 0 377 143 72
Binary 1100000 101001 11111110 111110 1010100 0 0 11111111 1100011 111010

Color Harmonies of #6029FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029FE

Black with #6029FE

Text Example


Text Example

White with #6029FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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