Html Css Color HEX #6A239D Royal Purple

📋 copy color: '#6A239D'

red 106 ◦ green 35 ◦ blue 157

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

Shades of Royal Purple #6A239D

Tints of Royal Purple #6A239D

RGB

 RED value IS 106 (41.8% from 255) = 35.57%

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 35.57%
G = 11.74%
B = 52.68%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A239D (or 0x6A239D) is known color: Royal Purple. HEX triplet: 6A, 23 and 9D. RGB value is (106,35,157). Sum of RGB (Red+Green+Blue) = 106+35+157=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A239D is #95DC62. Grayscale: #454545. Windows color (decimal): -9821283 or 10298218. OLE color: 10298218.

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

Color convert

RGB 106 35 157 -
CMYK 0.32 0.78 0 0.38
HSL 274.92º 0.64% 0.38% -
HSV(B) 274.92º 0.78% 0.62% -
XYZ 12.63 6.7 32.53 -
YUV 70.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 106 35 157 0.32 0.78 0 0.38 274.92 0.64 0.38
Hex 6A 23 9D 20 4E 0 26 113 40 26
Octal 152 43 235 40 116 0 46 423 100 46
Binary 1101010 100011 10011101 100000 1001110 0 100110 100010011 1000000 100110

Color Harmonies of #6A239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A239D

Black with #6A239D

Text Example


Text Example

White with #6A239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,35,157); }

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

background-color css

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

 a { background-color: rgb(106,35,157); }

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

border-color css

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

 span { border-color: rgb(106,35,157); }

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