Html Css Color HEX #674695 Royal Purple

📋 copy color: '#674695'

red 103 ◦ green 70 ◦ blue 149

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

Shades of Royal Purple #674695

Tints of Royal Purple #674695

RGB

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

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

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

R = 31.99%
G = 21.74%
B = 46.27%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674695 (or 0x674695) is known color: Royal Purple. HEX triplet: 67, 46 and 95. RGB value is (103,70,149). Sum of RGB (Red+Green+Blue) = 103+70+149=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #674695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674695 is #98B96A. Grayscale: #585858. Windows color (decimal): -10008939 or 9782887. OLE color: 9782887.

HSL color Cylindrical-coordinate representation of color #674695: hue angle of 265.06º 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 #674695 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 70 149 -
CMYK 0.31 0.53 0 0.42
HSL 265.06º 0.36% 0.43% -
HSV(B) 265.06º 0.53% 0.58% -
XYZ 13.21 9.43 29.56 -
YUV 88.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 103 70 149 0.31 0.53 0 0.42 265.06 0.36 0.43
Hex 67 46 95 1F 35 0 2A 109 24 2B
Octal 147 106 225 37 65 0 52 411 44 53
Binary 1100111 1000110 10010101 11111 110101 0 101010 100001001 100100 101011

Color Harmonies of #674695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674695

Black with #674695

Text Example


Text Example

White with #674695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674695; }

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

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

background-color css

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

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

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

border-color css

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

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

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