Html Css Color HEX #6129EF Han Purple

📋 copy color: '#6129EF'

red 97 ◦ green 41 ◦ blue 239

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

Shades of Han Purple #6129EF

Tints of Han Purple #6129EF

RGB

 RED value IS 97 (38.28% from 255) = 25.73%

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 25.73%
G = 10.88%
B = 63.4%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6129EF (or 0x6129EF) is known color: Han Purple. HEX triplet: 61, 29 and EF. RGB value is (97,41,239). Sum of RGB (Red+Green+Blue) = 97+41+239=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #6129EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6129EF is #9ED610. Grayscale: #4F4F4F. Windows color (decimal): -10409489 or 15673697. OLE color: 15673697.

HSL color Cylindrical-coordinate representation of color #6129EF: hue angle of 256.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6129EF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 41 239 -
CMYK 0.59 0.83 0 0.06
HSL 256.97º 0.86% 0.55% -
HSV(B) 256.97º 0.83% 0.94% -
XYZ 21.3 10.36 82.54 -
YUV 80.32 217.55 139.9 -
System Red Green Blue C M Y K H S L
Decimal 97 41 239 0.59 0.83 0 0.06 256.97 0.86 0.55
Hex 61 29 EF 3B 53 0 6 101 56 37
Octal 141 51 357 73 123 0 6 401 126 67
Binary 1100001 101001 11101111 111011 1010011 0 110 100000001 1010110 110111

Color Harmonies of #6129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129EF

Black with #6129EF

Text Example


Text Example

White with #6129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6129EF; }

 p { color: rgb(97,41,239); }

 H1.HeaderClassName
 {
   color: #6129EF;
 }
 .AnyTagClassName
 {
   color: #6129EF;
 }
</style>

background-color css

<style>
 a { background-color: #6129EF; }

 a { background-color: rgb(97,41,239); }

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

border-color css

<style>
 span { border-color: #6129EF; }

 span { border-color: rgb(97,41,239); }

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