Html Css Color HEX #6A219D Royal Purple

📋 copy color: '#6A219D'

red 106 ◦ green 33 ◦ blue 157

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

Shades of Royal Purple #6A219D

Tints of Royal Purple #6A219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

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

R = 35.81%
G = 11.15%
B = 53.04%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A219D (or 0x6A219D) is known color: Royal Purple. HEX triplet: 6A, 21 and 9D. RGB value is (106,33,157). Sum of RGB (Red+Green+Blue) = 106+33+157=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A219D is #95DE62. Grayscale: #444444. Windows color (decimal): -9821795 or 10297706. OLE color: 10297706.

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

Color convert

RGB 106 33 157 -
CMYK 0.32 0.79 0 0.38
HSL 275.32º 0.65% 0.37% -
HSV(B) 275.32º 0.79% 0.62% -
XYZ 12.57 6.59 32.51 -
YUV 68.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 106 33 157 0.32 0.79 0 0.38 275.32 0.65 0.37
Hex 6A 21 9D 20 4F 0 26 113 41 25
Octal 152 41 235 40 117 0 46 423 101 45
Binary 1101010 100001 10011101 100000 1001111 0 100110 100010011 1000001 100101

Color Harmonies of #6A219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A219D

Black with #6A219D

Text Example


Text Example

White with #6A219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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