Html Css Color HEX #6136EA Han Purple

📋 copy color: '#6136EA'

red 97 ◦ green 54 ◦ blue 234

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

Shades of Han Purple #6136EA

Tints of Han Purple #6136EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.78%

R = 25.19%
G = 14.03%
B = 60.78%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6136EA (or 0x6136EA) is known color: Han Purple. HEX triplet: 61, 36 and EA. RGB value is (97,54,234). Sum of RGB (Red+Green+Blue) = 97+54+234=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #6136EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136EA is #9EC915. Grayscale: #565656. Windows color (decimal): -10406166 or 15349345. OLE color: 15349345.

HSL color Cylindrical-coordinate representation of color #6136EA: hue angle of 254.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6136EA is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 54 234 -
CMYK 0.59 0.77 0 0.08
HSL 254.33º 0.81% 0.56% -
HSV(B) 254.33º 0.77% 0.92% -
XYZ 21.1 11.12 78.88 -
YUV 87.38 210.75 134.86 -
System Red Green Blue C M Y K H S L
Decimal 97 54 234 0.59 0.77 0 0.08 254.33 0.81 0.56
Hex 61 36 EA 3B 4D 0 8 FE 51 38
Octal 141 66 352 73 115 0 10 376 121 70
Binary 1100001 110110 11101010 111011 1001101 0 1000 11111110 1010001 111000

Color Harmonies of #6136EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136EA

Black with #6136EA

Text Example


Text Example

White with #6136EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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