Html Css Color HEX #674995 Royal Purple

📋 copy color: '#674995'

red 103 ◦ green 73 ◦ blue 149

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

Shades of Royal Purple #674995

Tints of Royal Purple #674995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 31.69%
G = 22.46%
B = 45.85%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674995 (or 0x674995) is known color: Royal Purple. HEX triplet: 67, 49 and 95. RGB value is (103,73,149). Sum of RGB (Red+Green+Blue) = 103+73+149=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #674995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674995 is #98B66A. Grayscale: #5A5A5A. Windows color (decimal): -10008171 or 9783655. OLE color: 9783655.

HSL color Cylindrical-coordinate representation of color #674995: hue angle of 263.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674995 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 73 149 -
CMYK 0.31 0.51 0 0.42
HSL 263.68º 0.34% 0.44% -
HSV(B) 263.68º 0.51% 0.58% -
XYZ 13.4 9.82 29.62 -
YUV 90.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 103 73 149 0.31 0.51 0 0.42 263.68 0.34 0.44
Hex 67 49 95 1F 33 0 2A 108 22 2C
Octal 147 111 225 37 63 0 52 410 42 54
Binary 1100111 1001001 10010101 11111 110011 0 101010 100001000 100010 101100

Color Harmonies of #674995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674995

Black with #674995

Text Example


Text Example

White with #674995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674995; }

 p { color: rgb(103,73,149); }

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

background-color css

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

 a { background-color: rgb(103,73,149); }

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

border-color css

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

 span { border-color: rgb(103,73,149); }

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