Html Css Color HEX #674797 Royal Purple

📋 copy color: '#674797'

red 103 ◦ green 71 ◦ blue 151

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

Shades of Royal Purple #674797

Tints of Royal Purple #674797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 31.69%
G = 21.85%
B = 46.46%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#674797 (or 0x674797) is known color: Royal Purple. HEX triplet: 67, 47 and 97. RGB value is (103,71,151). Sum of RGB (Red+Green+Blue) = 103+71+151=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #674797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674797 is #98B868. Grayscale: #595959. Windows color (decimal): -10008681 or 9914215. OLE color: 9914215.

HSL color Cylindrical-coordinate representation of color #674797: hue angle of 264º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674797 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 71 151 -
CMYK 0.32 0.53 0 0.41
HSL 264º 0.36% 0.44% -
HSV(B) 264º 0.53% 0.59% -
XYZ 13.43 9.62 30.43 -
YUV 89.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 103 71 151 0.32 0.53 0 0.41 264 0.36 0.44
Hex 67 47 97 20 35 0 29 108 24 2C
Octal 147 107 227 40 65 0 51 410 44 54
Binary 1100111 1000111 10010111 100000 110101 0 101001 100001000 100100 101100

Color Harmonies of #674797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674797

Black with #674797

Text Example


Text Example

White with #674797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674797; }

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

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

background-color css

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

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

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

border-color css

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

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

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