Html Css Color HEX #6A219B Royal Purple

📋 copy color: '#6A219B'

red 106 ◦ green 33 ◦ blue 155

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

Shades of Royal Purple #6A219B

Tints of Royal Purple #6A219B

RGB

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

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

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

R = 36.05%
G = 11.22%
B = 52.72%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A219B (or 0x6A219B) is known color: Royal Purple. HEX triplet: 6A, 21 and 9B. RGB value is (106,33,155). Sum of RGB (Red+Green+Blue) = 106+33+155=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A219B is #95DE64. Grayscale: #444444. Windows color (decimal): -9821797 or 10166634. OLE color: 10166634.

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

Color convert

RGB 106 33 155 -
CMYK 0.32 0.79 0 0.39
HSL 275.9º 0.65% 0.37% -
HSV(B) 275.9º 0.79% 0.61% -
XYZ 12.4 6.52 31.61 -
YUV 68.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 106 33 155 0.32 0.79 0 0.39 275.9 0.65 0.37
Hex 6A 21 9B 20 4F 0 27 114 41 25
Octal 152 41 233 40 117 0 47 424 101 45
Binary 1101010 100001 10011011 100000 1001111 0 100111 100010100 1000001 100101

Color Harmonies of #6A219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A219B

Black with #6A219B

Text Example


Text Example

White with #6A219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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