Html Css Color HEX #6132A3 Royal Purple

📋 copy color: '#6132A3'

red 97 ◦ green 50 ◦ blue 163

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

Shades of Royal Purple #6132A3

Tints of Royal Purple #6132A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.58%

R = 31.29%
G = 16.13%
B = 52.58%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6132A3 (or 0x6132A3) is known color: Royal Purple. HEX triplet: 61, 32 and A3. RGB value is (97,50,163). Sum of RGB (Red+Green+Blue) = 97+50+163=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #6132A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6132A3 is #9ECD5C. Grayscale: #4C4C4C. Windows color (decimal): -10407261 or 10695265. OLE color: 10695265.

HSL color Cylindrical-coordinate representation of color #6132A3: hue angle of 264.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6132A3 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 50 163 -
CMYK 0.40 0.69 0 0.36
HSL 264.96º 0.53% 0.42% -
HSV(B) 264.96º 0.69% 0.64% -
XYZ 12.68 7.47 35.42 -
YUV 76.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 97 50 163 0.40 0.69 0 0.36 264.96 0.53 0.42
Hex 61 32 A3 28 45 0 24 109 35 2A
Octal 141 62 243 50 105 0 44 411 65 52
Binary 1100001 110010 10100011 101000 1000101 0 100100 100001001 110101 101010

Color Harmonies of #6132A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132A3

Black with #6132A3

Text Example


Text Example

White with #6132A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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