Html Css Color HEX #6142AC Royal Purple

📋 copy color: '#6142AC'

red 97 ◦ green 66 ◦ blue 172

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

Shades of Royal Purple #6142AC

Tints of Royal Purple #6142AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 28.96%
G = 19.7%
B = 51.34%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6142AC (or 0x6142AC) is known color: Royal Purple. HEX triplet: 61, 42 and AC. RGB value is (97,66,172). Sum of RGB (Red+Green+Blue) = 97+66+172=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #6142AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6142AC is #9EBD53. Grayscale: #565656. Windows color (decimal): -10403156 or 11289185. OLE color: 11289185.

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

Color convert

RGB 97 66 172 -
CMYK 0.44 0.62 0 0.33
HSL 257.55º 0.45% 0.47% -
HSV(B) 257.55º 0.62% 0.67% -
XYZ 14.32 9.42 40.09 -
YUV 87.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 97 66 172 0.44 0.62 0 0.33 257.55 0.45 0.47
Hex 61 42 AC 2C 3E 0 21 102 2D 2F
Octal 141 102 254 54 76 0 41 402 55 57
Binary 1100001 1000010 10101100 101100 111110 0 100001 100000010 101101 101111

Color Harmonies of #6142AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6142AC

Black with #6142AC

Text Example


Text Example

White with #6142AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6142AC; }

 p { color: rgb(97,66,172); }

 H1.HeaderClassName
 {
   color: #6142AC;
 }
 .AnyTagClassName
 {
   color: #6142AC;
 }
</style>

background-color css

<style>
 a { background-color: #6142AC; }

 a { background-color: rgb(97,66,172); }

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

border-color css

<style>
 span { border-color: #6142AC; }

 span { border-color: rgb(97,66,172); }

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