Html Css Color HEX #6143AA Royal Purple

📋 copy color: '#6143AA'

red 97 ◦ green 67 ◦ blue 170

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

Shades of Royal Purple #6143AA

Tints of Royal Purple #6143AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 29.04%
G = 20.06%
B = 50.9%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6143AA (or 0x6143AA) is known color: Royal Purple. HEX triplet: 61, 43 and AA. RGB value is (97,67,170). Sum of RGB (Red+Green+Blue) = 97+67+170=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #6143AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6143AA is #9EBC55. Grayscale: #575757. Windows color (decimal): -10402902 or 11158369. OLE color: 11158369.

HSL color Cylindrical-coordinate representation of color #6143AA: hue angle of 257.48º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6143AA is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 67 170 -
CMYK 0.43 0.61 0 0.33
HSL 257.48º 0.43% 0.46% -
HSV(B) 257.48º 0.61% 0.67% -
XYZ 14.19 9.46 39.11 -
YUV 87.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 97 67 170 0.43 0.61 0 0.33 257.48 0.43 0.46
Hex 61 43 AA 2B 3D 0 21 101 2B 2E
Octal 141 103 252 53 75 0 41 401 53 56
Binary 1100001 1000011 10101010 101011 111101 0 100001 100000001 101011 101110

Color Harmonies of #6143AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6143AA

Black with #6143AA

Text Example


Text Example

White with #6143AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6143AA; }

 p { color: rgb(97,67,170); }

 H1.HeaderClassName
 {
   color: #6143AA;
 }
 .AnyTagClassName
 {
   color: #6143AA;
 }
</style>

background-color css

<style>
 a { background-color: #6143AA; }

 a { background-color: rgb(97,67,170); }

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

border-color css

<style>
 span { border-color: #6143AA; }

 span { border-color: rgb(97,67,170); }

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