Html Css Color HEX #6127FA Han Purple

📋 copy color: '#6127FA'

red 97 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #6127FA

Tints of Han Purple #6127FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.1%

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 25.13%
G = 10.1%
B = 64.77%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6127FA (or 0x6127FA) is known color: Han Purple. HEX triplet: 61, 27 and FA. RGB value is (97,39,250). Sum of RGB (Red+Green+Blue) = 97+39+250=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #6127FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6127FA is #9ED805. Grayscale: #4F4F4F. Windows color (decimal): -10409990 or 16394081. OLE color: 16394081.

HSL color Cylindrical-coordinate representation of color #6127FA: hue angle of 256.49º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6127FA is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 39 250 -
CMYK 0.61 0.84 0 0.02
HSL 256.49º 0.95% 0.57% -
HSV(B) 256.49º 0.84% 0.98% -
XYZ 22.91 10.89 91.34 -
YUV 80.4 223.72 139.84 -
System Red Green Blue C M Y K H S L
Decimal 97 39 250 0.61 0.84 0 0.02 256.49 0.95 0.57
Hex 61 27 FA 3D 54 0 2 100 5F 39
Octal 141 47 372 75 124 0 2 400 137 71
Binary 1100001 100111 11111010 111101 1010100 0 10 100000000 1011111 111001

Color Harmonies of #6127FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6127FA

Black with #6127FA

Text Example


Text Example

White with #6127FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6127FA; }

 p { color: rgb(97,39,250); }

 H1.HeaderClassName
 {
   color: #6127FA;
 }
 .AnyTagClassName
 {
   color: #6127FA;
 }
</style>

background-color css

<style>
 a { background-color: #6127FA; }

 a { background-color: rgb(97,39,250); }

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

border-color css

<style>
 span { border-color: #6127FA; }

 span { border-color: rgb(97,39,250); }

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