Html Css Color HEX #6141AB Royal Purple

📋 copy color: '#6141AB'

red 97 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #6141AB

Tints of Royal Purple #6141AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 29.13%
G = 19.52%
B = 51.35%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6141AB (or 0x6141AB) is known color: Royal Purple. HEX triplet: 61, 41 and AB. RGB value is (97,65,171). Sum of RGB (Red+Green+Blue) = 97+65+171=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #6141AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6141AB is #9EBE54. Grayscale: #565656. Windows color (decimal): -10403413 or 11223393. OLE color: 11223393.

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

Color convert

RGB 97 65 171 -
CMYK 0.43 0.62 0 0.33
HSL 258.11º 0.45% 0.46% -
HSV(B) 258.11º 0.62% 0.67% -
XYZ 14.17 9.26 39.57 -
YUV 86.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 97 65 171 0.43 0.62 0 0.33 258.11 0.45 0.46
Hex 61 41 AB 2B 3E 0 21 102 2D 2E
Octal 141 101 253 53 76 0 41 402 55 56
Binary 1100001 1000001 10101011 101011 111110 0 100001 100000010 101101 101110

Color Harmonies of #6141AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6141AB

Black with #6141AB

Text Example


Text Example

White with #6141AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6141AB; }

 p { color: rgb(97,65,171); }

 H1.HeaderClassName
 {
   color: #6141AB;
 }
 .AnyTagClassName
 {
   color: #6141AB;
 }
</style>

background-color css

<style>
 a { background-color: #6141AB; }

 a { background-color: rgb(97,65,171); }

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

border-color css

<style>
 span { border-color: #6141AB; }

 span { border-color: rgb(97,65,171); }

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