Html Css Color HEX #6A4398 Royal Purple

📋 copy color: '#6A4398'

red 106 ◦ green 67 ◦ blue 152

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

Shades of Royal Purple #6A4398

Tints of Royal Purple #6A4398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 32.62%
G = 20.62%
B = 46.77%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A4398 (or 0x6A4398) is known color: Royal Purple. HEX triplet: 6A, 43 and 98. RGB value is (106,67,152). Sum of RGB (Red+Green+Blue) = 106+67+152=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A4398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4398 is #95BC67. Grayscale: #585858. Windows color (decimal): -9813096 or 9978730. OLE color: 9978730.

HSL color Cylindrical-coordinate representation of color #6A4398: hue angle of 267.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A4398 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 67 152 -
CMYK 0.30 0.56 0 0.40
HSL 267.53º 0.39% 0.43% -
HSV(B) 267.53º 0.56% 0.6% -
XYZ 13.62 9.35 30.79 -
YUV 88.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 106 67 152 0.30 0.56 0 0.40 267.53 0.39 0.43
Hex 6A 43 98 1E 38 0 28 10C 27 2B
Octal 152 103 230 36 70 0 50 414 47 53
Binary 1101010 1000011 10011000 11110 111000 0 101000 100001100 100111 101011

Color Harmonies of #6A4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4398

Black with #6A4398

Text Example


Text Example

White with #6A4398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,67,152); }

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

background-color css

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

 a { background-color: rgb(106,67,152); }

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

border-color css

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

 span { border-color: rgb(106,67,152); }

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