Html Css Color HEX #6A369E Royal Purple

📋 copy color: '#6A369E'

red 106 ◦ green 54 ◦ blue 158

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

Shades of Royal Purple #6A369E

Tints of Royal Purple #6A369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 33.33%
G = 16.98%
B = 49.69%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A369E (or 0x6A369E) is known color: Royal Purple. HEX triplet: 6A, 36 and 9E. RGB value is (106,54,158). Sum of RGB (Red+Green+Blue) = 106+54+158=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A369E is #95C961. Grayscale: #515151. Windows color (decimal): -9816418 or 10368618. OLE color: 10368618.

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

Color convert

RGB 106 54 158 -
CMYK 0.33 0.66 0 0.38
HSL 270º 0.49% 0.42% -
HSV(B) 270º 0.66% 0.62% -
XYZ 13.43 8.17 33.22 -
YUV 81.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 106 54 158 0.33 0.66 0 0.38 270 0.49 0.42
Hex 6A 36 9E 21 42 0 26 10E 31 2A
Octal 152 66 236 41 102 0 46 416 61 52
Binary 1101010 110110 10011110 100001 1000010 0 100110 100001110 110001 101010

Color Harmonies of #6A369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A369E

Black with #6A369E

Text Example


Text Example

White with #6A369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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