Html Css Color HEX #6125E5 Han Purple

📋 copy color: '#6125E5'

red 97 ◦ green 37 ◦ blue 229

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

Shades of Han Purple #6125E5

Tints of Han Purple #6125E5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

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

R = 26.72%
G = 10.19%
B = 63.09%

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

#6125E5 (or 0x6125E5) is known color: Han Purple. HEX triplet: 61, 25 and E5. RGB value is (97,37,229). Sum of RGB (Red+Green+Blue) = 97+37+229=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #6125E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6125E5 is #9EDA1A. Grayscale: #4C4C4C. Windows color (decimal): -10410523 or 15017313. OLE color: 15017313.

HSL color Cylindrical-coordinate representation of color #6125E5: hue angle of 258.75º 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 #6125E5 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 37 229 -
CMYK 0.58 0.84 0 0.10
HSL 258.75º 0.79% 0.52% -
HSV(B) 258.75º 0.84% 0.9% -
XYZ 19.73 9.52 74.93 -
YUV 76.83 213.88 142.39 -
System Red Green Blue C M Y K H S L
Decimal 97 37 229 0.58 0.84 0 0.10 258.75 0.79 0.52
Hex 61 25 E5 3A 54 0 A 103 4F 34
Octal 141 45 345 72 124 0 12 403 117 64
Binary 1100001 100101 11100101 111010 1010100 0 1010 100000011 1001111 110100

Color Harmonies of #6125E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6125E5

Black with #6125E5

Text Example


Text Example

White with #6125E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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