Html Css Color HEX #6C229D Royal Purple

📋 copy color: '#6C229D'

red 108 ◦ green 34 ◦ blue 157

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

Shades of Royal Purple #6C229D

Tints of Royal Purple #6C229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

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

R = 36.12%
G = 11.37%
B = 52.51%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C229D (or 0x6C229D) is known color: Royal Purple. HEX triplet: 6C, 22 and 9D. RGB value is (108,34,157). Sum of RGB (Red+Green+Blue) = 108+34+157=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C229D is #93DD62. Grayscale: #454545. Windows color (decimal): -9690467 or 10297964. OLE color: 10297964.

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

Color convert

RGB 108 34 157 -
CMYK 0.31 0.78 0 0.38
HSL 276.1º 0.64% 0.37% -
HSV(B) 276.1º 0.78% 0.62% -
XYZ 12.84 6.77 32.53 -
YUV 70.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 108 34 157 0.31 0.78 0 0.38 276.1 0.64 0.37
Hex 6C 22 9D 1F 4E 0 26 114 40 25
Octal 154 42 235 37 116 0 46 424 100 45
Binary 1101100 100010 10011101 11111 1001110 0 100110 100010100 1000000 100101

Color Harmonies of #6C229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C229D

Black with #6C229D

Text Example


Text Example

White with #6C229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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