Html Css Color HEX #6136F0 Han Purple

📋 copy color: '#6136F0'

red 97 ◦ green 54 ◦ blue 240

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

Shades of Han Purple #6136F0

Tints of Han Purple #6136F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 61.38%

R = 24.81%
G = 13.81%
B = 61.38%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6136F0 (or 0x6136F0) is known color: Han Purple. HEX triplet: 61, 36 and F0. RGB value is (97,54,240). Sum of RGB (Red+Green+Blue) = 97+54+240=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #6136F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136F0 is #9EC90F. Grayscale: #575757. Windows color (decimal): -10406160 or 15742561. OLE color: 15742561.

HSL color Cylindrical-coordinate representation of color #6136F0: hue angle of 253.87º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6136F0 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 54 240 -
CMYK 0.60 0.78 0 0.06
HSL 253.87º 0.86% 0.58% -
HSV(B) 253.87º 0.78% 0.94% -
XYZ 21.98 11.47 83.49 -
YUV 88.06 213.75 134.38 -
System Red Green Blue C M Y K H S L
Decimal 97 54 240 0.60 0.78 0 0.06 253.87 0.86 0.58
Hex 61 36 F0 3C 4E 0 6 FE 56 3A
Octal 141 66 360 74 116 0 6 376 126 72
Binary 1100001 110110 11110000 111100 1001110 0 110 11111110 1010110 111010

Color Harmonies of #6136F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136F0

Black with #6136F0

Text Example


Text Example

White with #6136F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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