Html Css Color HEX #6124A3 Royal Purple

📋 copy color: '#6124A3'

red 97 ◦ green 36 ◦ blue 163

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

Shades of Royal Purple #6124A3

Tints of Royal Purple #6124A3

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 32.77%
G = 12.16%
B = 55.07%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6124A3 (or 0x6124A3) is known color: Royal Purple. HEX triplet: 61, 24 and A3. RGB value is (97,36,163). Sum of RGB (Red+Green+Blue) = 97+36+163=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #6124A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6124A3 is #9EDB5C. Grayscale: #444444. Windows color (decimal): -10410845 or 10691681. OLE color: 10691681.

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

Color convert

RGB 97 36 163 -
CMYK 0.40 0.78 0 0.36
HSL 268.82º 0.64% 0.39% -
HSV(B) 268.82º 0.78% 0.64% -
XYZ 12.17 6.45 35.25 -
YUV 68.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 97 36 163 0.40 0.78 0 0.36 268.82 0.64 0.39
Hex 61 24 A3 28 4E 0 24 10D 40 27
Octal 141 44 243 50 116 0 44 415 100 47
Binary 1100001 100100 10100011 101000 1001110 0 100100 100001101 1000000 100111

Color Harmonies of #6124A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124A3

Black with #6124A3

Text Example


Text Example

White with #6124A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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