Html Css Color HEX #674595 Royal Purple

📋 copy color: '#674595'

red 103 ◦ green 69 ◦ blue 149

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

Shades of Royal Purple #674595

Tints of Royal Purple #674595

RGB

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

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

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

R = 32.09%
G = 21.5%
B = 46.42%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674595 (or 0x674595) is known color: Royal Purple. HEX triplet: 67, 45 and 95. RGB value is (103,69,149). Sum of RGB (Red+Green+Blue) = 103+69+149=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #674595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674595 is #98BA6A. Grayscale: #585858. Windows color (decimal): -10009195 or 9782631. OLE color: 9782631.

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

Color convert

RGB 103 69 149 -
CMYK 0.31 0.54 0 0.42
HSL 265.5º 0.37% 0.43% -
HSV(B) 265.5º 0.54% 0.58% -
XYZ 13.15 9.31 29.54 -
YUV 88.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 103 69 149 0.31 0.54 0 0.42 265.5 0.37 0.43
Hex 67 45 95 1F 36 0 2A 10A 25 2B
Octal 147 105 225 37 66 0 52 412 45 53
Binary 1100111 1000101 10010101 11111 110110 0 101010 100001010 100101 101011

Color Harmonies of #674595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674595

Black with #674595

Text Example


Text Example

White with #674595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674595; }

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

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

background-color css

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

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

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

border-color css

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

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

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