Html Css Color HEX #6132A7 Royal Purple

📋 copy color: '#6132A7'

red 97 ◦ green 50 ◦ blue 167

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

Shades of Royal Purple #6132A7

Tints of Royal Purple #6132A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 53.18%

R = 30.89%
G = 15.92%
B = 53.18%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6132A7 (or 0x6132A7) is known color: Royal Purple. HEX triplet: 61, 32 and A7. RGB value is (97,50,167). Sum of RGB (Red+Green+Blue) = 97+50+167=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 167 (65.62% from 255 or 53.18% from 314); Max value from RGB is 167 - color contains mainly: blue. Hex color #6132A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6132A7 is #9ECD58. Grayscale: #4C4C4C. Windows color (decimal): -10407257 or 10957409. OLE color: 10957409.

HSL color Cylindrical-coordinate representation of color #6132A7: hue angle of 264.1º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6132A7 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 50 167 -
CMYK 0.42 0.70 0 0.35
HSL 264.1º 0.54% 0.43% -
HSV(B) 264.1º 0.7% 0.65% -
XYZ 13.05 7.61 37.34 -
YUV 77.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 97 50 167 0.42 0.70 0 0.35 264.1 0.54 0.43
Hex 61 32 A7 2A 46 0 23 108 36 2B
Octal 141 62 247 52 106 0 43 410 66 53
Binary 1100001 110010 10100111 101010 1000110 0 100011 100001000 110110 101011

Color Harmonies of #6132A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6132A7

Black with #6132A7

Text Example


Text Example

White with #6132A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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