Html Css Color HEX #6136EF Han Purple

📋 copy color: '#6136EF'

red 97 ◦ green 54 ◦ blue 239

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

Shades of Han Purple #6136EF

Tints of Han Purple #6136EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.28%

R = 24.87%
G = 13.85%
B = 61.28%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6136EF (or 0x6136EF) is known color: Han Purple. HEX triplet: 61, 36 and EF. RGB value is (97,54,239). Sum of RGB (Red+Green+Blue) = 97+54+239=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #6136EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136EF is #9EC910. Grayscale: #575757. Windows color (decimal): -10406161 or 15677025. OLE color: 15677025.

HSL color Cylindrical-coordinate representation of color #6136EF: hue angle of 253.95º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6136EF is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 54 239 -
CMYK 0.59 0.77 0 0.06
HSL 253.95º 0.85% 0.57% -
HSV(B) 253.95º 0.77% 0.94% -
XYZ 21.83 11.41 82.71 -
YUV 87.95 213.25 134.46 -
System Red Green Blue C M Y K H S L
Decimal 97 54 239 0.59 0.77 0 0.06 253.95 0.85 0.57
Hex 61 36 EF 3B 4D 0 6 FE 55 39
Octal 141 66 357 73 115 0 6 376 125 71
Binary 1100001 110110 11101111 111011 1001101 0 110 11111110 1010101 111001

Color Harmonies of #6136EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136EF

Black with #6136EF

Text Example


Text Example

White with #6136EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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