Html Css Color HEX #6E36AF Royal Purple

📋 copy color: '#6E36AF'

red 110 ◦ green 54 ◦ blue 175

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

Shades of Royal Purple #6E36AF

Tints of Royal Purple #6E36AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 32.45%
G = 15.93%
B = 51.62%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E36AF (or 0x6E36AF) is known color: Royal Purple. HEX triplet: 6E, 36 and AF. RGB value is (110,54,175). Sum of RGB (Red+Green+Blue) = 110+54+175=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E36AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E36AF is #91C950. Grayscale: #545454. Windows color (decimal): -9554257 or 11482734. OLE color: 11482734.

HSL color Cylindrical-coordinate representation of color #6E36AF: hue angle of 267.77º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E36AF is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 54 175 -
CMYK 0.37 0.69 0 0.31
HSL 267.77º 0.53% 0.45% -
HSV(B) 267.77º 0.69% 0.69% -
XYZ 15.49 9.05 41.49 -
YUV 84.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 110 54 175 0.37 0.69 0 0.31 267.77 0.53 0.45
Hex 6E 36 AF 25 45 0 1F 10C 35 2D
Octal 156 66 257 45 105 0 37 414 65 55
Binary 1101110 110110 10101111 100101 1000101 0 11111 100001100 110101 101101

Color Harmonies of #6E36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E36AF

Black with #6E36AF

Text Example


Text Example

White with #6E36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,54,175); }

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

background-color css

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

 a { background-color: rgb(110,54,175); }

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

border-color css

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

 span { border-color: rgb(110,54,175); }

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