Html Css Color HEX #674092 Royal Purple

📋 copy color: '#674092'

red 103 ◦ green 64 ◦ blue 146

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

Shades of Royal Purple #674092

Tints of Royal Purple #674092

RGB

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

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

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

R = 32.91%
G = 20.45%
B = 46.65%

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

#674092 (or 0x674092) is known color: Royal Purple. HEX triplet: 67, 40 and 92. RGB value is (103,64,146). Sum of RGB (Red+Green+Blue) = 103+64+146=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #674092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674092 is #98BF6D. Grayscale: #545454. Windows color (decimal): -10010478 or 9584743. OLE color: 9584743.

HSL color Cylindrical-coordinate representation of color #674092: hue angle of 268.54º 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 #674092 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 64 146 -
CMYK 0.29 0.56 0 0.43
HSL 268.54º 0.39% 0.41% -
HSV(B) 268.54º 0.56% 0.57% -
XYZ 12.62 8.63 28.19 -
YUV 85.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 103 64 146 0.29 0.56 0 0.43 268.54 0.39 0.41
Hex 67 40 92 1D 38 0 2B 10D 27 29
Octal 147 100 222 35 70 0 53 415 47 51
Binary 1100111 1000000 10010010 11101 111000 0 101011 100001101 100111 101001

Color Harmonies of #674092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674092

Black with #674092

Text Example


Text Example

White with #674092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674092; }

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

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

background-color css

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

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

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

border-color css

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

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

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