Html Css Color HEX #6D3F9B Royal Purple

📋 copy color: '#6D3F9B'

red 109 ◦ green 63 ◦ blue 155

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

Shades of Royal Purple #6D3F9B

Tints of Royal Purple #6D3F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

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

R = 33.33%
G = 19.27%
B = 47.4%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D3F9B (or 0x6D3F9B) is known color: Royal Purple. HEX triplet: 6D, 3F and 9B. RGB value is (109,63,155). Sum of RGB (Red+Green+Blue) = 109+63+155=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D3F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3F9B is #92C064. Grayscale: #565656. Windows color (decimal): -9617509 or 10174317. OLE color: 10174317.

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

Color convert

RGB 109 63 155 -
CMYK 0.30 0.59 0 0.39
HSL 270º 0.42% 0.43% -
HSV(B) 270º 0.59% 0.61% -
XYZ 14 9.17 32.04 -
YUV 87.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 109 63 155 0.30 0.59 0 0.39 270 0.42 0.43
Hex 6D 3F 9B 1E 3B 0 27 10E 2A 2B
Octal 155 77 233 36 73 0 47 416 52 53
Binary 1101101 111111 10011011 11110 111011 0 100111 100001110 101010 101011

Color Harmonies of #6D3F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3F9B

Black with #6D3F9B

Text Example


Text Example

White with #6D3F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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