Html Css Color HEX #6C419F Royal Purple

📋 copy color: '#6C419F'

red 108 ◦ green 65 ◦ blue 159

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

Shades of Royal Purple #6C419F

Tints of Royal Purple #6C419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 32.53%
G = 19.58%
B = 47.89%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C419F (or 0x6C419F) is known color: Royal Purple. HEX triplet: 6C, 41 and 9F. RGB value is (108,65,159). Sum of RGB (Red+Green+Blue) = 108+65+159=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C419F is #93BE60. Grayscale: #585858. Windows color (decimal): -9682529 or 10436972. OLE color: 10436972.

HSL color Cylindrical-coordinate representation of color #6C419F: hue angle of 267.45º degrees, saturation: 0.42, 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 #6C419F is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 65 159 -
CMYK 0.32 0.59 0 0.38
HSL 267.45º 0.42% 0.44% -
HSV(B) 267.45º 0.59% 0.62% -
XYZ 14.33 9.47 33.87 -
YUV 88.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 108 65 159 0.32 0.59 0 0.38 267.45 0.42 0.44
Hex 6C 41 9F 20 3B 0 26 10B 2A 2C
Octal 154 101 237 40 73 0 46 413 52 54
Binary 1101100 1000001 10011111 100000 111011 0 100110 100001011 101010 101100

Color Harmonies of #6C419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C419F

Black with #6C419F

Text Example


Text Example

White with #6C419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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