Html Css Color HEX #6124EB Han Purple

📋 copy color: '#6124EB'

red 97 ◦ green 36 ◦ blue 235

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

Shades of Han Purple #6124EB

Tints of Han Purple #6124EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 26.36%
G = 9.78%
B = 63.86%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6124EB (or 0x6124EB) is known color: Han Purple. HEX triplet: 61, 24 and EB. RGB value is (97,36,235). Sum of RGB (Red+Green+Blue) = 97+36+235=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #6124EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6124EB is #9EDB14. Grayscale: #4C4C4C. Windows color (decimal): -10410773 or 15410273. OLE color: 15410273.

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

Color convert

RGB 97 36 235 -
CMYK 0.59 0.85 0 0.08
HSL 258.39º 0.83% 0.53% -
HSV(B) 258.39º 0.85% 0.92% -
XYZ 20.56 9.8 79.41 -
YUV 76.93 217.21 142.32 -
System Red Green Blue C M Y K H S L
Decimal 97 36 235 0.59 0.85 0 0.08 258.39 0.83 0.53
Hex 61 24 EB 3B 55 0 8 102 53 35
Octal 141 44 353 73 125 0 10 402 123 65
Binary 1100001 100100 11101011 111011 1010101 0 1000 100000010 1010011 110101

Color Harmonies of #6124EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124EB

Black with #6124EB

Text Example


Text Example

White with #6124EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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