Html Css Color HEX #6125FF Han Purple

📋 copy color: '#6125FF'

red 97 ◦ green 37 ◦ blue 255

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

Shades of Han Purple #6125FF

Tints of Han Purple #6125FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.55%

R = 24.94%
G = 9.51%
B = 65.55%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6125FF (or 0x6125FF) is known color: Han Purple. HEX triplet: 61, 25 and FF. RGB value is (97,37,255). Sum of RGB (Red+Green+Blue) = 97+37+255=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #6125FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6125FF is #9EDA00. Grayscale: #4E4E4E. Windows color (decimal): -10410497 or 16721249. OLE color: 16721249.

HSL color Cylindrical-coordinate representation of color #6125FF: hue angle of 256.51º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6125FF is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 37 255 -
CMYK 0.62 0.85 0 0
HSL 256.51º 1% 0.57% -
HSV(B) 256.51º 0.85% 1% -
XYZ 23.64 11.08 95.5 -
YUV 79.79 226.88 140.27 -
System Red Green Blue C M Y K H S L
Decimal 97 37 255 0.62 0.85 0 0 256.51 1 0.57
Hex 61 25 FF 3E 55 0 0 101 64 39
Octal 141 45 377 76 125 0 0 401 144 71
Binary 1100001 100101 11111111 111110 1010101 0 0 100000001 1100100 111001

Color Harmonies of #6125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6125FF

Black with #6125FF

Text Example


Text Example

White with #6125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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