Html Css Color HEX #6845A3 Royal Purple

📋 copy color: '#6845A3'

red 104 ◦ green 69 ◦ blue 163

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

Shades of Royal Purple #6845A3

Tints of Royal Purple #6845A3

RGB

 RED value IS 104 (41.02% from 255) = 30.95%

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 163 (64.06% from 255) = 48.51%

R = 30.95%
G = 20.54%
B = 48.51%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6845A3 (or 0x6845A3) is known color: Royal Purple. HEX triplet: 68, 45 and A3. RGB value is (104,69,163). Sum of RGB (Red+Green+Blue) = 104+69+163=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #6845A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6845A3 is #97BA5C. Grayscale: #595959. Windows color (decimal): -9943645 or 10700136. OLE color: 10700136.

HSL color Cylindrical-coordinate representation of color #6845A3: hue angle of 262.34º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6845A3 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 69 163 -
CMYK 0.36 0.58 0 0.36
HSL 262.34º 0.41% 0.45% -
HSV(B) 262.34º 0.58% 0.64% -
XYZ 14.45 9.84 35.79 -
YUV 90.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 104 69 163 0.36 0.58 0 0.36 262.34 0.41 0.45
Hex 68 45 A3 24 3A 0 24 106 29 2D
Octal 150 105 243 44 72 0 44 406 51 55
Binary 1101000 1000101 10100011 100100 111010 0 100100 100000110 101001 101101

Color Harmonies of #6845A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6845A3

Black with #6845A3

Text Example


Text Example

White with #6845A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6845A3; }

 p { color: rgb(104,69,163); }

 H1.HeaderClassName
 {
   color: #6845A3;
 }
 .AnyTagClassName
 {
   color: #6845A3;
 }
</style>

background-color css

<style>
 a { background-color: #6845A3; }

 a { background-color: rgb(104,69,163); }

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

border-color css

<style>
 span { border-color: #6845A3; }

 span { border-color: rgb(104,69,163); }

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