Html Css Color HEX #6132F5 Han Purple

📋 copy color: '#6132F5'

red 97 ◦ green 50 ◦ blue 245

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

Shades of Han Purple #6132F5

Tints of Han Purple #6132F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.5%

R = 24.74%
G = 12.76%
B = 62.5%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6132F5 (or 0x6132F5) is known color: Han Purple. HEX triplet: 61, 32 and F5. RGB value is (97,50,245). Sum of RGB (Red+Green+Blue) = 97+50+245=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 245 (96.09% from 255 or 62.5% from 392); Max value from RGB is 245 - color contains mainly: blue. Hex color #6132F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6132F5 is #9ECD0A. Grayscale: #555555. Windows color (decimal): -10407179 or 16069217. OLE color: 16069217.

HSL color Cylindrical-coordinate representation of color #6132F5: hue angle of 254.46º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6132F5 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 50 245 -
CMYK 0.60 0.80 0 0.04
HSL 254.46º 0.91% 0.58% -
HSV(B) 254.46º 0.8% 0.96% -
XYZ 22.55 11.42 87.4 -
YUV 86.28 217.57 135.64 -
System Red Green Blue C M Y K H S L
Decimal 97 50 245 0.60 0.80 0 0.04 254.46 0.91 0.58
Hex 61 32 F5 3C 50 0 4 FE 5B 3A
Octal 141 62 365 74 120 0 4 376 133 72
Binary 1100001 110010 11110101 111100 1010000 0 100 11111110 1011011 111010

Color Harmonies of #6132F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132F5

Black with #6132F5

Text Example


Text Example

White with #6132F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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