Html Css Color HEX #6C469D Royal Purple

📋 copy color: '#6C469D'

red 108 ◦ green 70 ◦ blue 157

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

Shades of Royal Purple #6C469D

Tints of Royal Purple #6C469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 32.24%
G = 20.9%
B = 46.87%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C469D (or 0x6C469D) is known color: Royal Purple. HEX triplet: 6C, 46 and 9D. RGB value is (108,70,157). Sum of RGB (Red+Green+Blue) = 108+70+157=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C469D is #93B962. Grayscale: #5A5A5A. Windows color (decimal): -9681251 or 10307180. OLE color: 10307180.

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

Color convert

RGB 108 70 157 -
CMYK 0.31 0.55 0 0.38
HSL 266.21º 0.38% 0.45% -
HSV(B) 266.21º 0.55% 0.62% -
XYZ 14.46 10 33.07 -
YUV 91.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 108 70 157 0.31 0.55 0 0.38 266.21 0.38 0.45
Hex 6C 46 9D 1F 37 0 26 10A 26 2D
Octal 154 106 235 37 67 0 46 412 46 55
Binary 1101100 1000110 10011101 11111 110111 0 100110 100001010 100110 101101

Color Harmonies of #6C469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C469D

Black with #6C469D

Text Example


Text Example

White with #6C469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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