Html Css Color HEX #6132AC Royal Purple

📋 copy color: '#6132AC'

red 97 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #6132AC

Tints of Royal Purple #6132AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 30.41%
G = 15.67%
B = 53.92%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6132AC (or 0x6132AC) is known color: Royal Purple. HEX triplet: 61, 32 and AC. RGB value is (97,50,172). Sum of RGB (Red+Green+Blue) = 97+50+172=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #6132AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6132AC is #9ECD53. Grayscale: #4D4D4D. Windows color (decimal): -10407252 or 11285089. OLE color: 11285089.

HSL color Cylindrical-coordinate representation of color #6132AC: hue angle of 263.11º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6132AC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 50 172 -
CMYK 0.44 0.71 0 0.33
HSL 263.11º 0.55% 0.44% -
HSV(B) 263.11º 0.71% 0.67% -
XYZ 13.52 7.8 39.82 -
YUV 77.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 97 50 172 0.44 0.71 0 0.33 263.11 0.55 0.44
Hex 61 32 AC 2C 47 0 21 107 37 2C
Octal 141 62 254 54 107 0 41 407 67 54
Binary 1100001 110010 10101100 101100 1000111 0 100001 100000111 110111 101100

Color Harmonies of #6132AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132AC

Black with #6132AC

Text Example


Text Example

White with #6132AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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