Html Css Color HEX #6133A0 Royal Purple

📋 copy color: '#6133A0'

red 97 ◦ green 51 ◦ blue 160

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

Shades of Royal Purple #6133A0

Tints of Royal Purple #6133A0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

 BLUE value IS 160 (62.89% from 255) = 51.95%

R = 31.49%
G = 16.56%
B = 51.95%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6133A0 (or 0x6133A0) is known color: Royal Purple. HEX triplet: 61, 33 and A0. RGB value is (97,51,160). Sum of RGB (Red+Green+Blue) = 97+51+160=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #6133A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6133A0 is #9ECC5F. Grayscale: #4C4C4C. Windows color (decimal): -10407008 or 10498913. OLE color: 10498913.

HSL color Cylindrical-coordinate representation of color #6133A0: hue angle of 265.32º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6133A0 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 51 160 -
CMYK 0.39 0.68 0 0.37
HSL 265.32º 0.52% 0.41% -
HSV(B) 265.32º 0.68% 0.63% -
XYZ 12.46 7.45 34.04 -
YUV 77.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 97 51 160 0.39 0.68 0 0.37 265.32 0.52 0.41
Hex 61 33 A0 27 44 0 25 109 34 29
Octal 141 63 240 47 104 0 45 411 64 51
Binary 1100001 110011 10100000 100111 1000100 0 100101 100001001 110100 101001

Color Harmonies of #6133A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6133A0

Black with #6133A0

Text Example


Text Example

White with #6133A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6133A0; }

 p { color: rgb(97,51,160); }

 H1.HeaderClassName
 {
   color: #6133A0;
 }
 .AnyTagClassName
 {
   color: #6133A0;
 }
</style>

background-color css

<style>
 a { background-color: #6133A0; }

 a { background-color: rgb(97,51,160); }

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

border-color css

<style>
 span { border-color: #6133A0; }

 span { border-color: rgb(97,51,160); }

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