Html Css Color HEX #6124E5 Han Purple

📋 copy color: '#6124E5'

red 97 ◦ green 36 ◦ blue 229

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

Shades of Han Purple #6124E5

Tints of Han Purple #6124E5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

 BLUE value IS 229 (89.84% from 255) = 63.26%

R = 26.8%
G = 9.94%
B = 63.26%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6124E5 (or 0x6124E5) is known color: Han Purple. HEX triplet: 61, 24 and E5. RGB value is (97,36,229). Sum of RGB (Red+Green+Blue) = 97+36+229=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #6124E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124E5 is #9EDB1A. Grayscale: #4B4B4B. Windows color (decimal): -10410779 or 15017057. OLE color: 15017057.

HSL color Cylindrical-coordinate representation of color #6124E5: hue angle of 258.96º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6124E5 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 36 229 -
CMYK 0.58 0.84 0 0.10
HSL 258.96º 0.79% 0.52% -
HSV(B) 258.96º 0.84% 0.9% -
XYZ 19.7 9.46 74.92 -
YUV 76.24 214.21 142.81 -
System Red Green Blue C M Y K H S L
Decimal 97 36 229 0.58 0.84 0 0.10 258.96 0.79 0.52
Hex 61 24 E5 3A 54 0 A 103 4F 34
Octal 141 44 345 72 124 0 12 403 117 64
Binary 1100001 100100 11100101 111010 1010100 0 1010 100000011 1001111 110100

Color Harmonies of #6124E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124E5

Black with #6124E5

Text Example


Text Example

White with #6124E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6124E5; }

 p { color: rgb(97,36,229); }

 H1.HeaderClassName
 {
   color: #6124E5;
 }
 .AnyTagClassName
 {
   color: #6124E5;
 }
</style>

background-color css

<style>
 a { background-color: #6124E5; }

 a { background-color: rgb(97,36,229); }

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

border-color css

<style>
 span { border-color: #6124E5; }

 span { border-color: rgb(97,36,229); }

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