Html Css Color HEX #6C419D Royal Purple

📋 copy color: '#6C419D'

red 108 ◦ green 65 ◦ blue 157

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

Shades of Royal Purple #6C419D

Tints of Royal Purple #6C419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 32.73%
G = 19.7%
B = 47.58%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C419D (or 0x6C419D) is known color: Royal Purple. HEX triplet: 6C, 41 and 9D. RGB value is (108,65,157). Sum of RGB (Red+Green+Blue) = 108+65+157=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C419D is #93BE62. Grayscale: #585858. Windows color (decimal): -9682531 or 10305900. OLE color: 10305900.

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

Color convert

RGB 108 65 157 -
CMYK 0.31 0.59 0 0.38
HSL 268.04º 0.41% 0.44% -
HSV(B) 268.04º 0.59% 0.62% -
XYZ 14.16 9.4 32.97 -
YUV 88.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 108 65 157 0.31 0.59 0 0.38 268.04 0.41 0.44
Hex 6C 41 9D 1F 3B 0 26 10C 29 2C
Octal 154 101 235 37 73 0 46 414 51 54
Binary 1101100 1000001 10011101 11111 111011 0 100110 100001100 101001 101100

Color Harmonies of #6C419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C419D

Black with #6C419D

Text Example


Text Example

White with #6C419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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