Html Css Color HEX #6148A3 Royal Purple

📋 copy color: '#6148A3'

red 97 ◦ green 72 ◦ blue 163

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

Shades of Royal Purple #6148A3

Tints of Royal Purple #6148A3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.69%

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

R = 29.22%
G = 21.69%
B = 49.1%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6148A3 (or 0x6148A3) is known color: Royal Purple. HEX triplet: 61, 48 and A3. RGB value is (97,72,163). Sum of RGB (Red+Green+Blue) = 97+72+163=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 163 (64.06% from 255 or 49.10% from 332); Max value from RGB is 163 - color contains mainly: blue. Hex color #6148A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6148A3 is #9EB75C. Grayscale: #595959. Windows color (decimal): -10401629 or 10700897. OLE color: 10700897.

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

Color convert

RGB 97 72 163 -
CMYK 0.40 0.56 0 0.36
HSL 256.48º 0.39% 0.46% -
HSV(B) 256.48º 0.56% 0.64% -
XYZ 13.86 9.82 35.82 -
YUV 89.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 97 72 163 0.40 0.56 0 0.36 256.48 0.39 0.46
Hex 61 48 A3 28 38 0 24 100 27 2E
Octal 141 110 243 50 70 0 44 400 47 56
Binary 1100001 1001000 10100011 101000 111000 0 100100 100000000 100111 101110

Color Harmonies of #6148A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6148A3

Black with #6148A3

Text Example


Text Example

White with #6148A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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