Html Css Color HEX #6134A8 Royal Purple

📋 copy color: '#6134A8'

red 97 ◦ green 52 ◦ blue 168

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

Shades of Royal Purple #6134A8

Tints of Royal Purple #6134A8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 168 (66.02% from 255) = 53%

R = 30.6%
G = 16.4%
B = 53%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6134A8 (or 0x6134A8) is known color: Royal Purple. HEX triplet: 61, 34 and A8. RGB value is (97,52,168). Sum of RGB (Red+Green+Blue) = 97+52+168=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 168 (66.02% from 255 or 53.00% from 317); Max value from RGB is 168 - color contains mainly: blue. Hex color #6134A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6134A8 is #9ECB57. Grayscale: #4E4E4E. Windows color (decimal): -10406744 or 11023457. OLE color: 11023457.

HSL color Cylindrical-coordinate representation of color #6134A8: hue angle of 263.28º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6134A8 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 52 168 -
CMYK 0.42 0.69 0 0.34
HSL 263.28º 0.53% 0.43% -
HSV(B) 263.28º 0.69% 0.66% -
XYZ 13.23 7.82 37.86 -
YUV 78.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 97 52 168 0.42 0.69 0 0.34 263.28 0.53 0.43
Hex 61 34 A8 2A 45 0 22 107 35 2B
Octal 141 64 250 52 105 0 42 407 65 53
Binary 1100001 110100 10101000 101010 1000101 0 100010 100000111 110101 101011

Color Harmonies of #6134A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6134A8

Black with #6134A8

Text Example


Text Example

White with #6134A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6134A8; }

 p { color: rgb(97,52,168); }

 H1.HeaderClassName
 {
   color: #6134A8;
 }
 .AnyTagClassName
 {
   color: #6134A8;
 }
</style>

background-color css

<style>
 a { background-color: #6134A8; }

 a { background-color: rgb(97,52,168); }

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

border-color css

<style>
 span { border-color: #6134A8; }

 span { border-color: rgb(97,52,168); }

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