Html Css Color HEX #674793 Royal Purple

📋 copy color: '#674793'

red 103 ◦ green 71 ◦ blue 147

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

Shades of Royal Purple #674793

Tints of Royal Purple #674793

RGB

 RED value IS 103 (40.63% from 255) = 32.09%

 GREEN value IS 71 (28.13% from 255) = 22.12%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 32.09%
G = 22.12%
B = 45.79%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674793 (or 0x674793) is known color: Royal Purple. HEX triplet: 67, 47 and 93. RGB value is (103,71,147). Sum of RGB (Red+Green+Blue) = 103+71+147=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #674793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674793 is #98B86C. Grayscale: #585858. Windows color (decimal): -10008685 or 9652071. OLE color: 9652071.

HSL color Cylindrical-coordinate representation of color #674793: hue angle of 265.26º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674793 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 71 147 -
CMYK 0.30 0.52 0 0.42
HSL 265.26º 0.35% 0.43% -
HSV(B) 265.26º 0.52% 0.58% -
XYZ 13.11 9.5 28.75 -
YUV 89.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 103 71 147 0.30 0.52 0 0.42 265.26 0.35 0.43
Hex 67 47 93 1E 34 0 2A 109 23 2B
Octal 147 107 223 36 64 0 52 411 43 53
Binary 1100111 1000111 10010011 11110 110100 0 101010 100001001 100011 101011

Color Harmonies of #674793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674793

Black with #674793

Text Example


Text Example

White with #674793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674793; }

 p { color: rgb(103,71,147); }

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

background-color css

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

 a { background-color: rgb(103,71,147); }

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

border-color css

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

 span { border-color: rgb(103,71,147); }

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