Html Css Color HEX #6A189D Royal Purple

📋 copy color: '#6A189D'

red 106 ◦ green 24 ◦ blue 157

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

Shades of Royal Purple #6A189D

Tints of Royal Purple #6A189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 36.93%
G = 8.36%
B = 54.7%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A189D (or 0x6A189D) is known color: Royal Purple. HEX triplet: 6A, 18 and 9D. RGB value is (106,24,157). Sum of RGB (Red+Green+Blue) = 106+24+157=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A189D is #95E762. Grayscale: #3F3F3F. Windows color (decimal): -9824099 or 10295402. OLE color: 10295402.

HSL color Cylindrical-coordinate representation of color #6A189D: hue angle of 276.99º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A189D is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 24 157 -
CMYK 0.32 0.85 0 0.38
HSL 276.99º 0.73% 0.35% -
HSV(B) 276.99º 0.85% 0.62% -
XYZ 12.36 6.15 32.43 -
YUV 63.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 106 24 157 0.32 0.85 0 0.38 276.99 0.73 0.35
Hex 6A 18 9D 20 55 0 26 115 49 23
Octal 152 30 235 40 125 0 46 425 111 43
Binary 1101010 11000 10011101 100000 1010101 0 100110 100010101 1001001 100011

Color Harmonies of #6A189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A189D

Black with #6A189D

Text Example


Text Example

White with #6A189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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