Html Css Color HEX #6E42A4 Royal Purple

📋 copy color: '#6E42A4'

red 110 ◦ green 66 ◦ blue 164

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

Shades of Royal Purple #6E42A4

Tints of Royal Purple #6E42A4

RGB

 RED value IS 110 (43.36% from 255) = 32.35%

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

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 32.35%
G = 19.41%
B = 48.24%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6E42A4 (or 0x6E42A4) is known color: Royal Purple. HEX triplet: 6E, 42 and A4. RGB value is (110,66,164). Sum of RGB (Red+Green+Blue) = 110+66+164=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E42A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E42A4 is #91BD5B. Grayscale: #595959. Windows color (decimal): -9551196 or 10764910. OLE color: 10764910.

HSL color Cylindrical-coordinate representation of color #6E42A4: hue angle of 266.94º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E42A4 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 66 164 -
CMYK 0.33 0.60 0 0.36
HSL 266.94º 0.43% 0.45% -
HSV(B) 266.94º 0.6% 0.64% -
XYZ 15.08 9.89 36.24 -
YUV 90.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 110 66 164 0.33 0.60 0 0.36 266.94 0.43 0.45
Hex 6E 42 A4 21 3C 0 24 10B 2B 2D
Octal 156 102 244 41 74 0 44 413 53 55
Binary 1101110 1000010 10100100 100001 111100 0 100100 100001011 101011 101101

Color Harmonies of #6E42A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E42A4

Black with #6E42A4

Text Example


Text Example

White with #6E42A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E42A4; }

 p { color: rgb(110,66,164); }

 H1.HeaderClassName
 {
   color: #6E42A4;
 }
 .AnyTagClassName
 {
   color: #6E42A4;
 }
</style>

background-color css

<style>
 a { background-color: #6E42A4; }

 a { background-color: rgb(110,66,164); }

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

border-color css

<style>
 span { border-color: #6E42A4; }

 span { border-color: rgb(110,66,164); }

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