Html Css Color HEX #6A469F Royal Purple

📋 copy color: '#6A469F'

red 106 ◦ green 70 ◦ blue 159

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

Shades of Royal Purple #6A469F

Tints of Royal Purple #6A469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 31.64%
G = 20.9%
B = 47.46%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A469F (or 0x6A469F) is known color: Royal Purple. HEX triplet: 6A, 46 and 9F. RGB value is (106,70,159). Sum of RGB (Red+Green+Blue) = 106+70+159=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A469F is #95B960. Grayscale: #5A5A5A. Windows color (decimal): -9812321 or 10438250. OLE color: 10438250.

HSL color Cylindrical-coordinate representation of color #6A469F: hue angle of 264.27º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A469F is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 70 159 -
CMYK 0.33 0.56 0 0.38
HSL 264.27º 0.39% 0.45% -
HSV(B) 264.27º 0.56% 0.62% -
XYZ 14.39 9.95 33.96 -
YUV 90.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 106 70 159 0.33 0.56 0 0.38 264.27 0.39 0.45
Hex 6A 46 9F 21 38 0 26 108 27 2D
Octal 152 106 237 41 70 0 46 410 47 55
Binary 1101010 1000110 10011111 100001 111000 0 100110 100001000 100111 101101

Color Harmonies of #6A469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A469F

Black with #6A469F

Text Example


Text Example

White with #6A469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,70,159); }

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

background-color css

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

 a { background-color: rgb(106,70,159); }

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

border-color css

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

 span { border-color: rgb(106,70,159); }

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