Html Css Color HEX #674191 Royal Purple

📋 copy color: '#674191'

red 103 ◦ green 65 ◦ blue 145

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

Shades of Royal Purple #674191

Tints of Royal Purple #674191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 32.91%
G = 20.77%
B = 46.33%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#674191 (or 0x674191) is known color: Royal Purple. HEX triplet: 67, 41 and 91. RGB value is (103,65,145). Sum of RGB (Red+Green+Blue) = 103+65+145=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #674191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674191 is #98BE6E. Grayscale: #555555. Windows color (decimal): -10010223 or 9519463. OLE color: 9519463.

HSL color Cylindrical-coordinate representation of color #674191: hue angle of 268.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674191 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 65 145 -
CMYK 0.29 0.55 0 0.43
HSL 268.5º 0.38% 0.41% -
HSV(B) 268.5º 0.55% 0.57% -
XYZ 12.59 8.71 27.81 -
YUV 85.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 103 65 145 0.29 0.55 0 0.43 268.5 0.38 0.41
Hex 67 41 91 1D 37 0 2B 10C 26 29
Octal 147 101 221 35 67 0 53 414 46 51
Binary 1100111 1000001 10010001 11101 110111 0 101011 100001100 100110 101001

Color Harmonies of #674191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674191

Black with #674191

Text Example


Text Example

White with #674191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674191; }

 p { color: rgb(103,65,145); }

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

background-color css

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

 a { background-color: rgb(103,65,145); }

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

border-color css

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

 span { border-color: rgb(103,65,145); }

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