Html Css Color HEX #6C369D Royal Purple

📋 copy color: '#6C369D'

red 108 ◦ green 54 ◦ blue 157

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

Shades of Royal Purple #6C369D

Tints of Royal Purple #6C369D

RGB

 RED value IS 108 (42.58% from 255) = 33.86%

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

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 33.86%
G = 16.93%
B = 49.22%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C369D (or 0x6C369D) is known color: Royal Purple. HEX triplet: 6C, 36 and 9D. RGB value is (108,54,157). Sum of RGB (Red+Green+Blue) = 108+54+157=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C369D is #93C962. Grayscale: #515151. Windows color (decimal): -9685347 or 10303084. OLE color: 10303084.

HSL color Cylindrical-coordinate representation of color #6C369D: hue angle of 271.46º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C369D is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 54 157 -
CMYK 0.31 0.66 0 0.38
HSL 271.46º 0.49% 0.41% -
HSV(B) 271.46º 0.66% 0.62% -
XYZ 13.59 8.26 32.78 -
YUV 81.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 108 54 157 0.31 0.66 0 0.38 271.46 0.49 0.41
Hex 6C 36 9D 1F 42 0 26 10F 31 29
Octal 154 66 235 37 102 0 46 417 61 51
Binary 1101100 110110 10011101 11111 1000010 0 100110 100001111 110001 101001

Color Harmonies of #6C369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C369D

Black with #6C369D

Text Example


Text Example

White with #6C369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,54,157); }

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

background-color css

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

 a { background-color: rgb(108,54,157); }

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

border-color css

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

 span { border-color: rgb(108,54,157); }

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