Html Css Color HEX #6D36AF Royal Purple

📋 copy color: '#6D36AF'

red 109 ◦ green 54 ◦ blue 175

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

Shades of Royal Purple #6D36AF

Tints of Royal Purple #6D36AF

RGB

 RED value IS 109 (42.97% from 255) = 32.25%

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

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

R = 32.25%
G = 15.98%
B = 51.78%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D36AF (or 0x6D36AF) is known color: Royal Purple. HEX triplet: 6D, 36 and AF. RGB value is (109,54,175). Sum of RGB (Red+Green+Blue) = 109+54+175=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D36AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D36AF is #92C950. Grayscale: #535353. Windows color (decimal): -9619793 or 11482733. OLE color: 11482733.

HSL color Cylindrical-coordinate representation of color #6D36AF: hue angle of 267.27º 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 #6D36AF is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 54 175 -
CMYK 0.38 0.69 0 0.31
HSL 267.27º 0.53% 0.45% -
HSV(B) 267.27º 0.69% 0.69% -
XYZ 15.36 8.98 41.48 -
YUV 84.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 109 54 175 0.38 0.69 0 0.31 267.27 0.53 0.45
Hex 6D 36 AF 26 45 0 1F 10B 35 2D
Octal 155 66 257 46 105 0 37 413 65 55
Binary 1101101 110110 10101111 100110 1000101 0 11111 100001011 110101 101101

Color Harmonies of #6D36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D36AF

Black with #6D36AF

Text Example


Text Example

White with #6D36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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