Html Css Color HEX #674091 Royal Purple

📋 copy color: '#674091'

red 103 ◦ green 64 ◦ blue 145

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

Shades of Royal Purple #674091

Tints of Royal Purple #674091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 33.01%
G = 20.51%
B = 46.47%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#674091 (or 0x674091) is known color: Royal Purple. HEX triplet: 67, 40 and 91. RGB value is (103,64,145). Sum of RGB (Red+Green+Blue) = 103+64+145=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #674091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674091 is #98BF6E. Grayscale: #545454. Windows color (decimal): -10010479 or 9519207. OLE color: 9519207.

HSL color Cylindrical-coordinate representation of color #674091: hue angle of 268.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674091 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 64 145 -
CMYK 0.29 0.56 0 0.43
HSL 268.89º 0.39% 0.41% -
HSV(B) 268.89º 0.56% 0.57% -
XYZ 12.54 8.59 27.79 -
YUV 84.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 103 64 145 0.29 0.56 0 0.43 268.89 0.39 0.41
Hex 67 40 91 1D 38 0 2B 10D 27 29
Octal 147 100 221 35 70 0 53 415 47 51
Binary 1100111 1000000 10010001 11101 111000 0 101011 100001101 100111 101001

Color Harmonies of #674091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674091

Black with #674091

Text Example


Text Example

White with #674091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674091; }

 p { color: rgb(103,64,145); }

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

background-color css

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

 a { background-color: rgb(103,64,145); }

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

border-color css

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

 span { border-color: rgb(103,64,145); }

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