Html Css Color HEX #6A289D Royal Purple

📋 copy color: '#6A289D'

red 106 ◦ green 40 ◦ blue 157

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

Shades of Royal Purple #6A289D

Tints of Royal Purple #6A289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 34.98%
G = 13.2%
B = 51.82%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A289D (or 0x6A289D) is known color: Royal Purple. HEX triplet: 6A, 28 and 9D. RGB value is (106,40,157). Sum of RGB (Red+Green+Blue) = 106+40+157=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A289D is #95D762. Grayscale: #484848. Windows color (decimal): -9820003 or 10299498. OLE color: 10299498.

HSL color Cylindrical-coordinate representation of color #6A289D: hue angle of 273.85º degrees, saturation: 0.59, 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 #6A289D is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 40 157 -
CMYK 0.32 0.75 0 0.38
HSL 273.85º 0.59% 0.39% -
HSV(B) 273.85º 0.75% 0.62% -
XYZ 12.79 7.02 32.58 -
YUV 73.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 106 40 157 0.32 0.75 0 0.38 273.85 0.59 0.39
Hex 6A 28 9D 20 4B 0 26 112 3B 27
Octal 152 50 235 40 113 0 46 422 73 47
Binary 1101010 101000 10011101 100000 1001011 0 100110 100010010 111011 100111

Color Harmonies of #6A289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A289D

Black with #6A289D

Text Example


Text Example

White with #6A289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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