Html Css Color HEX #6D459B Royal Purple

📋 copy color: '#6D459B'

red 109 ◦ green 69 ◦ blue 155

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

Shades of Royal Purple #6D459B

Tints of Royal Purple #6D459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 32.73%
G = 20.72%
B = 46.55%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D459B (or 0x6D459B) is known color: Royal Purple. HEX triplet: 6D, 45 and 9B. RGB value is (109,69,155). Sum of RGB (Red+Green+Blue) = 109+69+155=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D459B is #92BA64. Grayscale: #5A5A5A. Windows color (decimal): -9615973 or 10175853. OLE color: 10175853.

HSL color Cylindrical-coordinate representation of color #6D459B: hue angle of 267.91º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D459B is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 69 155 -
CMYK 0.30 0.55 0 0.39
HSL 267.91º 0.38% 0.44% -
HSV(B) 267.91º 0.55% 0.61% -
XYZ 14.35 9.87 32.16 -
YUV 90.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 109 69 155 0.30 0.55 0 0.39 267.91 0.38 0.44
Hex 6D 45 9B 1E 37 0 27 10C 26 2C
Octal 155 105 233 36 67 0 47 414 46 54
Binary 1101101 1000101 10011011 11110 110111 0 100111 100001100 100110 101100

Color Harmonies of #6D459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D459B

Black with #6D459B

Text Example


Text Example

White with #6D459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,155); }

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

background-color css

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

 a { background-color: rgb(109,69,155); }

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

border-color css

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

 span { border-color: rgb(109,69,155); }

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