Html Css Color HEX #6C469B Royal Purple

📋 copy color: '#6C469B'

red 108 ◦ green 70 ◦ blue 155

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

Shades of Royal Purple #6C469B

Tints of Royal Purple #6C469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 32.43%
G = 21.02%
B = 46.55%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C469B (or 0x6C469B) is known color: Royal Purple. HEX triplet: 6C, 46 and 9B. RGB value is (108,70,155). Sum of RGB (Red+Green+Blue) = 108+70+155=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C469B is #93B964. Grayscale: #5A5A5A. Windows color (decimal): -9681253 or 10176108. OLE color: 10176108.

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

Color convert

RGB 108 70 155 -
CMYK 0.30 0.55 0 0.39
HSL 266.82º 0.38% 0.44% -
HSV(B) 266.82º 0.55% 0.61% -
XYZ 14.29 9.94 32.17 -
YUV 91.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 108 70 155 0.30 0.55 0 0.39 266.82 0.38 0.44
Hex 6C 46 9B 1E 37 0 27 10B 26 2C
Octal 154 106 233 36 67 0 47 413 46 54
Binary 1101100 1000110 10011011 11110 110111 0 100111 100001011 100110 101100

Color Harmonies of #6C469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C469B

Black with #6C469B

Text Example


Text Example

White with #6C469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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