Html Css Color HEX #674392 Royal Purple

📋 copy color: '#674392'

red 103 ◦ green 67 ◦ blue 146

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

Shades of Royal Purple #674392

Tints of Royal Purple #674392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 32.59%
G = 21.2%
B = 46.2%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#674392 (or 0x674392) is known color: Royal Purple. HEX triplet: 67, 43 and 92. RGB value is (103,67,146). Sum of RGB (Red+Green+Blue) = 103+67+146=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #674392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674392 is #98BC6D. Grayscale: #565656. Windows color (decimal): -10009710 or 9585511. OLE color: 9585511.

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

Color convert

RGB 103 67 146 -
CMYK 0.29 0.54 0 0.43
HSL 267.34º 0.37% 0.42% -
HSV(B) 267.34º 0.54% 0.57% -
XYZ 12.79 8.97 28.25 -
YUV 86.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 103 67 146 0.29 0.54 0 0.43 267.34 0.37 0.42
Hex 67 43 92 1D 36 0 2B 10B 25 2A
Octal 147 103 222 35 66 0 53 413 45 52
Binary 1100111 1000011 10010010 11101 110110 0 101011 100001011 100101 101010

Color Harmonies of #674392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674392

Black with #674392

Text Example


Text Example

White with #674392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674392; }

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

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

background-color css

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

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

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

border-color css

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

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

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