Html Css Color HEX #6D3DA5 Royal Purple

📋 copy color: '#6D3DA5'

red 109 ◦ green 61 ◦ blue 165

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

Shades of Royal Purple #6D3DA5

Tints of Royal Purple #6D3DA5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.21%

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 32.54%
G = 18.21%
B = 49.25%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6D3DA5 (or 0x6D3DA5) is known color: Royal Purple. HEX triplet: 6D, 3D and A5. RGB value is (109,61,165). Sum of RGB (Red+Green+Blue) = 109+61+165=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #6D3DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3DA5 is #92C25A. Grayscale: #565656. Windows color (decimal): -9618011 or 10829165. OLE color: 10829165.

HSL color Cylindrical-coordinate representation of color #6D3DA5: hue angle of 267.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D3DA5 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 109 61 165 -
CMYK 0.34 0.63 0 0.35
HSL 267.69º 0.46% 0.44% -
HSV(B) 267.69º 0.63% 0.65% -
XYZ 14.77 9.31 36.62 -
YUV 87.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 109 61 165 0.34 0.63 0 0.35 267.69 0.46 0.44
Hex 6D 3D A5 22 3F 0 23 10C 2E 2C
Octal 155 75 245 42 77 0 43 414 56 54
Binary 1101101 111101 10100101 100010 111111 0 100011 100001100 101110 101100

Color Harmonies of #6D3DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DA5

Black with #6D3DA5

Text Example


Text Example

White with #6D3DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,165); }

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

background-color css

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

 a { background-color: rgb(109,61,165); }

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

border-color css

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

 span { border-color: rgb(109,61,165); }

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