Html Css Color HEX #6124EC Han Purple

📋 copy color: '#6124EC'

red 97 ◦ green 36 ◦ blue 236

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

Shades of Han Purple #6124EC

Tints of Han Purple #6124EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 26.29%
G = 9.76%
B = 63.96%

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

#6124EC (or 0x6124EC) is known color: Han Purple. HEX triplet: 61, 24 and EC. RGB value is (97,36,236). Sum of RGB (Red+Green+Blue) = 97+36+236=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #6124EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6124EC is #9EDB13. Grayscale: #4C4C4C. Windows color (decimal): -10410772 or 15475809. OLE color: 15475809.

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

Color convert

RGB 97 36 236 -
CMYK 0.59 0.85 0 0.07
HSL 258.3º 0.84% 0.53% -
HSV(B) 258.3º 0.85% 0.93% -
XYZ 20.7 9.86 80.17 -
YUV 77.04 217.71 142.24 -
System Red Green Blue C M Y K H S L
Decimal 97 36 236 0.59 0.85 0 0.07 258.3 0.84 0.53
Hex 61 24 EC 3B 55 0 7 102 54 35
Octal 141 44 354 73 125 0 7 402 124 65
Binary 1100001 100100 11101100 111011 1010101 0 111 100000010 1010100 110101

Color Harmonies of #6124EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124EC

Black with #6124EC

Text Example


Text Example

White with #6124EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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