Html Css Color HEX #6129FA Han Purple

📋 copy color: '#6129FA'

red 97 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #6129FA

Tints of Han Purple #6129FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.57%

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

R = 25%
G = 10.57%
B = 64.43%

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

#6129FA (or 0x6129FA) is known color: Han Purple. HEX triplet: 61, 29 and FA. RGB value is (97,41,250). Sum of RGB (Red+Green+Blue) = 97+41+250=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #6129FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6129FA is #9ED605. Grayscale: #505050. Windows color (decimal): -10409478 or 16394593. OLE color: 16394593.

HSL color Cylindrical-coordinate representation of color #6129FA: hue angle of 256.08º 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 #6129FA is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 41 250 -
CMYK 0.61 0.84 0 0.02
HSL 256.08º 0.95% 0.57% -
HSV(B) 256.08º 0.84% 0.98% -
XYZ 22.98 11.03 91.36 -
YUV 81.57 223.05 139.01 -
System Red Green Blue C M Y K H S L
Decimal 97 41 250 0.61 0.84 0 0.02 256.08 0.95 0.57
Hex 61 29 FA 3D 54 0 2 100 5F 39
Octal 141 51 372 75 124 0 2 400 137 71
Binary 1100001 101001 11111010 111101 1010100 0 10 100000000 1011111 111001

Color Harmonies of #6129FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129FA

Black with #6129FA

Text Example


Text Example

White with #6129FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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