Html Css Color HEX #674093 Royal Purple

📋 copy color: '#674093'

red 103 ◦ green 64 ◦ blue 147

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

Shades of Royal Purple #674093

Tints of Royal Purple #674093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 32.8%
G = 20.38%
B = 46.82%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674093 (or 0x674093) is known color: Royal Purple. HEX triplet: 67, 40 and 93. RGB value is (103,64,147). Sum of RGB (Red+Green+Blue) = 103+64+147=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #674093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674093 is #98BF6C. Grayscale: #545454. Windows color (decimal): -10010477 or 9650279. OLE color: 9650279.

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

Color convert

RGB 103 64 147 -
CMYK 0.30 0.56 0 0.42
HSL 268.19º 0.39% 0.41% -
HSV(B) 268.19º 0.56% 0.58% -
XYZ 12.69 8.66 28.61 -
YUV 85.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 103 64 147 0.30 0.56 0 0.42 268.19 0.39 0.41
Hex 67 40 93 1E 38 0 2A 10C 27 29
Octal 147 100 223 36 70 0 52 414 47 51
Binary 1100111 1000000 10010011 11110 111000 0 101010 100001100 100111 101001

Color Harmonies of #674093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674093

Black with #674093

Text Example


Text Example

White with #674093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674093; }

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

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

background-color css

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

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

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

border-color css

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

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

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