Html Css Color HEX #674694 Royal Purple

📋 copy color: '#674694'

red 103 ◦ green 70 ◦ blue 148

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

Shades of Royal Purple #674694

Tints of Royal Purple #674694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 32.09%
G = 21.81%
B = 46.11%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674694 (or 0x674694) is known color: Royal Purple. HEX triplet: 67, 46 and 94. RGB value is (103,70,148). Sum of RGB (Red+Green+Blue) = 103+70+148=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #674694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674694 is #98B96B. Grayscale: #585858. Windows color (decimal): -10008940 or 9717351. OLE color: 9717351.

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

Color convert

RGB 103 70 148 -
CMYK 0.30 0.53 0 0.42
HSL 265.38º 0.36% 0.43% -
HSV(B) 265.38º 0.53% 0.58% -
XYZ 13.13 9.4 29.14 -
YUV 88.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 103 70 148 0.30 0.53 0 0.42 265.38 0.36 0.43
Hex 67 46 94 1E 35 0 2A 109 24 2B
Octal 147 106 224 36 65 0 52 411 44 53
Binary 1100111 1000110 10010100 11110 110101 0 101010 100001001 100100 101011

Color Harmonies of #674694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674694

Black with #674694

Text Example


Text Example

White with #674694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674694; }

 p { color: rgb(103,70,148); }

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

background-color css

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

 a { background-color: rgb(103,70,148); }

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

border-color css

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

 span { border-color: rgb(103,70,148); }

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