Html Css Color HEX #6A229B Royal Purple

📋 copy color: '#6A229B'

red 106 ◦ green 34 ◦ blue 155

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

Shades of Royal Purple #6A229B

Tints of Royal Purple #6A229B

RGB

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

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

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

R = 35.93%
G = 11.53%
B = 52.54%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A229B (or 0x6A229B) is known color: Royal Purple. HEX triplet: 6A, 22 and 9B. RGB value is (106,34,155). Sum of RGB (Red+Green+Blue) = 106+34+155=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A229B is #95DD64. Grayscale: #444444. Windows color (decimal): -9821541 or 10166890. OLE color: 10166890.

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

Color convert

RGB 106 34 155 -
CMYK 0.32 0.78 0 0.39
HSL 275.7º 0.64% 0.37% -
HSV(B) 275.7º 0.78% 0.61% -
XYZ 12.43 6.57 31.62 -
YUV 69.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 106 34 155 0.32 0.78 0 0.39 275.7 0.64 0.37
Hex 6A 22 9B 20 4E 0 27 114 40 25
Octal 152 42 233 40 116 0 47 424 100 45
Binary 1101010 100010 10011011 100000 1001110 0 100111 100010100 1000000 100101

Color Harmonies of #6A229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A229B

Black with #6A229B

Text Example


Text Example

White with #6A229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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