Html Css Color HEX #6124EE Han Purple

📋 copy color: '#6124EE'

red 97 ◦ green 36 ◦ blue 238

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

Shades of Han Purple #6124EE

Tints of Han Purple #6124EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 26.15%
G = 9.7%
B = 64.15%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6124EE (or 0x6124EE) is known color: Han Purple. HEX triplet: 61, 24 and EE. RGB value is (97,36,238). Sum of RGB (Red+Green+Blue) = 97+36+238=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #6124EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6124EE is #9EDB11. Grayscale: #4C4C4C. Windows color (decimal): -10410770 or 15606881. OLE color: 15606881.

HSL color Cylindrical-coordinate representation of color #6124EE: hue angle of 258.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6124EE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 36 238 -
CMYK 0.59 0.85 0 0.07
HSL 258.12º 0.86% 0.54% -
HSV(B) 258.12º 0.85% 0.93% -
XYZ 20.99 9.98 81.71 -
YUV 77.27 218.71 142.07 -
System Red Green Blue C M Y K H S L
Decimal 97 36 238 0.59 0.85 0 0.07 258.12 0.86 0.54
Hex 61 24 EE 3B 55 0 7 102 56 36
Octal 141 44 356 73 125 0 7 402 126 66
Binary 1100001 100100 11101110 111011 1010101 0 111 100000010 1010110 110110

Color Harmonies of #6124EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124EE

Black with #6124EE

Text Example


Text Example

White with #6124EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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