Html Css Color HEX #674095 Royal Purple

📋 copy color: '#674095'

red 103 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #674095

Tints of Royal Purple #674095

RGB

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

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

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

R = 32.59%
G = 20.25%
B = 47.15%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674095 (or 0x674095) is known color: Royal Purple. HEX triplet: 67, 40 and 95. RGB value is (103,64,149). Sum of RGB (Red+Green+Blue) = 103+64+149=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #674095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674095 is #98BF6A. Grayscale: #555555. Windows color (decimal): -10010475 or 9781351. OLE color: 9781351.

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

Color convert

RGB 103 64 149 -
CMYK 0.31 0.57 0 0.42
HSL 267.53º 0.4% 0.42% -
HSV(B) 267.53º 0.57% 0.58% -
XYZ 12.85 8.72 29.44 -
YUV 85.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 103 64 149 0.31 0.57 0 0.42 267.53 0.4 0.42
Hex 67 40 95 1F 39 0 2A 10C 28 2A
Octal 147 100 225 37 71 0 52 414 50 52
Binary 1100111 1000000 10010101 11111 111001 0 101010 100001100 101000 101010

Color Harmonies of #674095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674095

Black with #674095

Text Example


Text Example

White with #674095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674095; }

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

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

background-color css

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

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

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

border-color css

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

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

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