Html Css Color HEX #6A219A Royal Purple

📋 copy color: '#6A219A'

red 106 ◦ green 33 ◦ blue 154

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

Shades of Royal Purple #6A219A

Tints of Royal Purple #6A219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 36.18%
G = 11.26%
B = 52.56%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A219A (or 0x6A219A) is known color: Royal Purple. HEX triplet: 6A, 21 and 9A. RGB value is (106,33,154). Sum of RGB (Red+Green+Blue) = 106+33+154=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A219A is #95DE65. Grayscale: #444444. Windows color (decimal): -9821798 or 10101098. OLE color: 10101098.

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

Color convert

RGB 106 33 154 -
CMYK 0.31 0.79 0 0.40
HSL 276.2º 0.65% 0.37% -
HSV(B) 276.2º 0.79% 0.6% -
XYZ 12.32 6.48 31.17 -
YUV 68.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 106 33 154 0.31 0.79 0 0.40 276.2 0.65 0.37
Hex 6A 21 9A 1F 4F 0 28 114 41 25
Octal 152 41 232 37 117 0 50 424 101 45
Binary 1101010 100001 10011010 11111 1001111 0 101000 100010100 1000001 100101

Color Harmonies of #6A219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A219A

Black with #6A219A

Text Example


Text Example

White with #6A219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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