Html Css Color HEX #6125EE Han Purple

📋 copy color: '#6125EE'

red 97 ◦ green 37 ◦ blue 238

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

Shades of Han Purple #6125EE

Tints of Han Purple #6125EE

RGB

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

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

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

R = 26.08%
G = 9.95%
B = 63.98%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6125EE (or 0x6125EE) is known color: Han Purple. HEX triplet: 61, 25 and EE. RGB value is (97,37,238). Sum of RGB (Red+Green+Blue) = 97+37+238=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #6125EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6125EE is #9EDA11. Grayscale: #4D4D4D. Windows color (decimal): -10410514 or 15607137. OLE color: 15607137.

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

Color convert

RGB 97 37 238 -
CMYK 0.59 0.84 0 0.07
HSL 257.91º 0.86% 0.54% -
HSV(B) 257.91º 0.84% 0.93% -
XYZ 21.02 10.04 81.72 -
YUV 77.85 218.38 141.66 -
System Red Green Blue C M Y K H S L
Decimal 97 37 238 0.59 0.84 0 0.07 257.91 0.86 0.54
Hex 61 25 EE 3B 54 0 7 102 56 36
Octal 141 45 356 73 124 0 7 402 126 66
Binary 1100001 100101 11101110 111011 1010100 0 111 100000010 1010110 110110

Color Harmonies of #6125EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6125EE

Black with #6125EE

Text Example


Text Example

White with #6125EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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