Html Css Color HEX #6A289E Royal Purple

📋 copy color: '#6A289E'

red 106 ◦ green 40 ◦ blue 158

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

Shades of Royal Purple #6A289E

Tints of Royal Purple #6A289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 34.87%
G = 13.16%
B = 51.97%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A289E (or 0x6A289E) is known color: Royal Purple. HEX triplet: 6A, 28 and 9E. RGB value is (106,40,158). Sum of RGB (Red+Green+Blue) = 106+40+158=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A289E is #95D761. Grayscale: #484848. Windows color (decimal): -9820002 or 10365034. OLE color: 10365034.

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

Color convert

RGB 106 40 158 -
CMYK 0.33 0.75 0 0.38
HSL 273.56º 0.6% 0.39% -
HSV(B) 273.56º 0.75% 0.62% -
XYZ 12.87 7.05 33.03 -
YUV 73.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 106 40 158 0.33 0.75 0 0.38 273.56 0.6 0.39
Hex 6A 28 9E 21 4B 0 26 112 3C 27
Octal 152 50 236 41 113 0 46 422 74 47
Binary 1101010 101000 10011110 100001 1001011 0 100110 100010010 111100 100111

Color Harmonies of #6A289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A289E

Black with #6A289E

Text Example


Text Example

White with #6A289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,40,158); }

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

background-color css

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

 a { background-color: rgb(106,40,158); }

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

border-color css

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

 span { border-color: rgb(106,40,158); }

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