Html Css Color HEX #674492 Royal Purple

📋 copy color: '#674492'

red 103 ◦ green 68 ◦ blue 146

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

Shades of Royal Purple #674492

Tints of Royal Purple #674492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 32.49%
G = 21.45%
B = 46.06%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#674492 (or 0x674492) is known color: Royal Purple. HEX triplet: 67, 44 and 92. RGB value is (103,68,146). Sum of RGB (Red+Green+Blue) = 103+68+146=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #674492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674492 is #98BB6D. Grayscale: #575757. Windows color (decimal): -10009454 or 9585767. OLE color: 9585767.

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

Color convert

RGB 103 68 146 -
CMYK 0.29 0.53 0 0.43
HSL 266.92º 0.36% 0.42% -
HSV(B) 266.92º 0.53% 0.57% -
XYZ 12.85 9.09 28.27 -
YUV 87.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 103 68 146 0.29 0.53 0 0.43 266.92 0.36 0.42
Hex 67 44 92 1D 35 0 2B 10B 24 2A
Octal 147 104 222 35 65 0 53 413 44 52
Binary 1100111 1000100 10010010 11101 110101 0 101011 100001011 100100 101010

Color Harmonies of #674492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674492

Black with #674492

Text Example


Text Example

White with #674492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674492; }

 p { color: rgb(103,68,146); }

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

background-color css

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

 a { background-color: rgb(103,68,146); }

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

border-color css

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

 span { border-color: rgb(103,68,146); }

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