Html Css Color HEX #674795 Royal Purple

📋 copy color: '#674795'

red 103 ◦ green 71 ◦ blue 149

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

Shades of Royal Purple #674795

Tints of Royal Purple #674795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 31.89%
G = 21.98%
B = 46.13%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674795 (or 0x674795) is known color: Royal Purple. HEX triplet: 67, 47 and 95. RGB value is (103,71,149). Sum of RGB (Red+Green+Blue) = 103+71+149=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #674795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674795 is #98B86A. Grayscale: #595959. Windows color (decimal): -10008683 or 9783143. OLE color: 9783143.

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

Color convert

RGB 103 71 149 -
CMYK 0.31 0.52 0 0.42
HSL 264.62º 0.35% 0.43% -
HSV(B) 264.62º 0.52% 0.58% -
XYZ 13.27 9.56 29.58 -
YUV 89.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 103 71 149 0.31 0.52 0 0.42 264.62 0.35 0.43
Hex 67 47 95 1F 34 0 2A 109 23 2B
Octal 147 107 225 37 64 0 52 411 43 53
Binary 1100111 1000111 10010101 11111 110100 0 101010 100001001 100011 101011

Color Harmonies of #674795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674795

Black with #674795

Text Example


Text Example

White with #674795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674795; }

 p { color: rgb(103,71,149); }

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

background-color css

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

 a { background-color: rgb(103,71,149); }

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

border-color css

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

 span { border-color: rgb(103,71,149); }

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