Html Css Color HEX #6D389C Royal Purple

📋 copy color: '#6D389C'

red 109 ◦ green 56 ◦ blue 156

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

Shades of Royal Purple #6D389C

Tints of Royal Purple #6D389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 33.96%
G = 17.45%
B = 48.6%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D389C (or 0x6D389C) is known color: Royal Purple. HEX triplet: 6D, 38 and 9C. RGB value is (109,56,156). Sum of RGB (Red+Green+Blue) = 109+56+156=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D389C is #92C763. Grayscale: #525252. Windows color (decimal): -9619300 or 10238061. OLE color: 10238061.

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

Color convert

RGB 109 56 156 -
CMYK 0.30 0.64 0 0.39
HSL 271.8º 0.47% 0.42% -
HSV(B) 271.8º 0.64% 0.61% -
XYZ 13.72 8.48 32.37 -
YUV 83.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 109 56 156 0.30 0.64 0 0.39 271.8 0.47 0.42
Hex 6D 38 9C 1E 40 0 27 110 2F 2A
Octal 155 70 234 36 100 0 47 420 57 52
Binary 1101101 111000 10011100 11110 1000000 0 100111 100010000 101111 101010

Color Harmonies of #6D389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D389C

Black with #6D389C

Text Example


Text Example

White with #6D389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,56,156); }

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

background-color css

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

 a { background-color: rgb(109,56,156); }

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

border-color css

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

 span { border-color: rgb(109,56,156); }

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