Html Css Color HEX #6136F4 Han Purple

📋 copy color: '#6136F4'

red 97 ◦ green 54 ◦ blue 244

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

Shades of Han Purple #6136F4

Tints of Han Purple #6136F4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.67%

 BLUE value IS 244 (95.7% from 255) = 61.77%

R = 24.56%
G = 13.67%
B = 61.77%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6136F4 (or 0x6136F4) is known color: Han Purple. HEX triplet: 61, 36 and F4. RGB value is (97,54,244). Sum of RGB (Red+Green+Blue) = 97+54+244=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 244 (95.70% from 255 or 61.77% from 395); Max value from RGB is 244 - color contains mainly: blue. Hex color #6136F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136F4 is #9EC90B. Grayscale: #575757. Windows color (decimal): -10406156 or 16004705. OLE color: 16004705.

HSL color Cylindrical-coordinate representation of color #6136F4: hue angle of 253.58º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6136F4 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 54 244 -
CMYK 0.60 0.78 0 0.04
HSL 253.58º 0.9% 0.58% -
HSV(B) 253.58º 0.78% 0.96% -
XYZ 22.58 11.71 86.66 -
YUV 88.52 215.75 134.05 -
System Red Green Blue C M Y K H S L
Decimal 97 54 244 0.60 0.78 0 0.04 253.58 0.9 0.58
Hex 61 36 F4 3C 4E 0 4 FE 5A 3A
Octal 141 66 364 74 116 0 4 376 132 72
Binary 1100001 110110 11110100 111100 1001110 0 100 11111110 1011010 111010

Color Harmonies of #6136F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136F4

Black with #6136F4

Text Example


Text Example

White with #6136F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6136F4; }

 p { color: rgb(97,54,244); }

 H1.HeaderClassName
 {
   color: #6136F4;
 }
 .AnyTagClassName
 {
   color: #6136F4;
 }
</style>

background-color css

<style>
 a { background-color: #6136F4; }

 a { background-color: rgb(97,54,244); }

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

border-color css

<style>
 span { border-color: #6136F4; }

 span { border-color: rgb(97,54,244); }

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