Html Css Color HEX #6132ED Han Purple

📋 copy color: '#6132ED'

red 97 ◦ green 50 ◦ blue 237

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

Shades of Han Purple #6132ED

Tints of Han Purple #6132ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.02%

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 25.26%
G = 13.02%
B = 61.72%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6132ED (or 0x6132ED) is known color: Han Purple. HEX triplet: 61, 32 and ED. RGB value is (97,50,237). Sum of RGB (Red+Green+Blue) = 97+50+237=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #6132ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6132ED is #9ECD12. Grayscale: #545454. Windows color (decimal): -10407187 or 15544929. OLE color: 15544929.

HSL color Cylindrical-coordinate representation of color #6132ED: hue angle of 255.08º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6132ED is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 50 237 -
CMYK 0.59 0.79 0 0.07
HSL 255.08º 0.84% 0.56% -
HSV(B) 255.08º 0.79% 0.93% -
XYZ 21.36 10.94 81.11 -
YUV 85.37 213.57 136.29 -
System Red Green Blue C M Y K H S L
Decimal 97 50 237 0.59 0.79 0 0.07 255.08 0.84 0.56
Hex 61 32 ED 3B 4F 0 7 FF 54 38
Octal 141 62 355 73 117 0 7 377 124 70
Binary 1100001 110010 11101101 111011 1001111 0 111 11111111 1010100 111000

Color Harmonies of #6132ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132ED

Black with #6132ED

Text Example


Text Example

White with #6132ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6132ED; }

 p { color: rgb(97,50,237); }

 H1.HeaderClassName
 {
   color: #6132ED;
 }
 .AnyTagClassName
 {
   color: #6132ED;
 }
</style>

background-color css

<style>
 a { background-color: #6132ED; }

 a { background-color: rgb(97,50,237); }

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

border-color css

<style>
 span { border-color: #6132ED; }

 span { border-color: rgb(97,50,237); }

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