Html Css Color HEX #6136FF Han Purple

📋 copy color: '#6136FF'

red 97 ◦ green 54 ◦ blue 255

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

Shades of Han Purple #6136FF

Tints of Han Purple #6136FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.81%

R = 23.89%
G = 13.3%
B = 62.81%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6136FF (or 0x6136FF) is known color: Han Purple. HEX triplet: 61, 36 and FF. RGB value is (97,54,255). Sum of RGB (Red+Green+Blue) = 97+54+255=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6136FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136FF is #9EC900. Grayscale: #595959. Windows color (decimal): -10406145 or 16725601. OLE color: 16725601.

HSL color Cylindrical-coordinate representation of color #6136FF: hue angle of 252.84º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6136FF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 54 255 -
CMYK 0.62 0.79 0 0
HSL 252.84º 1% 0.61% -
HSV(B) 252.84º 0.79% 1% -
XYZ 24.3 12.4 95.72 -
YUV 89.77 221.25 133.16 -
System Red Green Blue C M Y K H S L
Decimal 97 54 255 0.62 0.79 0 0 252.84 1 0.61
Hex 61 36 FF 3E 4F 0 0 FD 64 3D
Octal 141 66 377 76 117 0 0 375 144 75
Binary 1100001 110110 11111111 111110 1001111 0 0 11111101 1100100 111101

Color Harmonies of #6136FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136FF

Black with #6136FF

Text Example


Text Example

White with #6136FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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