Html Css Color HEX #6029FF Han Purple

📋 copy color: '#6029FF'

red 96 ◦ green 41 ◦ blue 255

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

Shades of Han Purple #6029FF

Tints of Han Purple #6029FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.05%

R = 24.49%
G = 10.46%
B = 65.05%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6029FF (or 0x6029FF) is known color: Han Purple. HEX triplet: 60, 29 and FF. RGB value is (96,41,255). Sum of RGB (Red+Green+Blue) = 96+41+255=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #6029FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029FF is #9FD600. Grayscale: #515151. Windows color (decimal): -10475009 or 16722272. OLE color: 16722272.

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

Color convert

RGB 96 41 255 -
CMYK 0.62 0.84 0 0
HSL 255.42º 1% 0.58% -
HSV(B) 255.42º 0.84% 1% -
XYZ 23.67 11.29 95.54 -
YUV 81.84 225.72 138.1 -
System Red Green Blue C M Y K H S L
Decimal 96 41 255 0.62 0.84 0 0 255.42 1 0.58
Hex 60 29 FF 3E 54 0 0 FF 64 3A
Octal 140 51 377 76 124 0 0 377 144 72
Binary 1100000 101001 11111111 111110 1010100 0 0 11111111 1100100 111010

Color Harmonies of #6029FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029FF

Black with #6029FF

Text Example


Text Example

White with #6029FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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