Html Css Color HEX #6123E9 Han Purple

📋 copy color: '#6123E9'

red 97 ◦ green 35 ◦ blue 233

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

Shades of Han Purple #6123E9

Tints of Han Purple #6123E9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.59%

 BLUE value IS 233 (91.41% from 255) = 63.84%

R = 26.58%
G = 9.59%
B = 63.84%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6123E9 (or 0x6123E9) is known color: Han Purple. HEX triplet: 61, 23 and E9. RGB value is (97,35,233). Sum of RGB (Red+Green+Blue) = 97+35+233=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #6123E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6123E9 is #9EDC16. Grayscale: #4B4B4B. Windows color (decimal): -10411031 or 15278945. OLE color: 15278945.

HSL color Cylindrical-coordinate representation of color #6123E9: hue angle of 258.79º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6123E9 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 35 233 -
CMYK 0.58 0.85 0 0.09
HSL 258.79º 0.82% 0.53% -
HSV(B) 258.79º 0.85% 0.91% -
XYZ 20.24 9.63 77.88 -
YUV 76.11 216.54 142.9 -
System Red Green Blue C M Y K H S L
Decimal 97 35 233 0.58 0.85 0 0.09 258.79 0.82 0.53
Hex 61 23 E9 3A 55 0 9 103 52 35
Octal 141 43 351 72 125 0 11 403 122 65
Binary 1100001 100011 11101001 111010 1010101 0 1001 100000011 1010010 110101

Color Harmonies of #6123E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6123E9

Black with #6123E9

Text Example


Text Example

White with #6123E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6123E9; }

 p { color: rgb(97,35,233); }

 H1.HeaderClassName
 {
   color: #6123E9;
 }
 .AnyTagClassName
 {
   color: #6123E9;
 }
</style>

background-color css

<style>
 a { background-color: #6123E9; }

 a { background-color: rgb(97,35,233); }

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

border-color css

<style>
 span { border-color: #6123E9; }

 span { border-color: rgb(97,35,233); }

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