Html Css Color HEX #674094 Royal Purple

📋 copy color: '#674094'

red 103 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #674094

Tints of Royal Purple #674094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 32.7%
G = 20.32%
B = 46.98%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674094 (or 0x674094) is known color: Royal Purple. HEX triplet: 67, 40 and 94. RGB value is (103,64,148). Sum of RGB (Red+Green+Blue) = 103+64+148=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #674094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674094 is #98BF6B. Grayscale: #545454. Windows color (decimal): -10010476 or 9715815. OLE color: 9715815.

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

Color convert

RGB 103 64 148 -
CMYK 0.30 0.57 0 0.42
HSL 267.86º 0.4% 0.42% -
HSV(B) 267.86º 0.57% 0.58% -
XYZ 12.77 8.69 29.02 -
YUV 85.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 103 64 148 0.30 0.57 0 0.42 267.86 0.4 0.42
Hex 67 40 94 1E 39 0 2A 10C 28 2A
Octal 147 100 224 36 71 0 52 414 50 52
Binary 1100111 1000000 10010100 11110 111001 0 101010 100001100 101000 101010

Color Harmonies of #674094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674094

Black with #674094

Text Example


Text Example

White with #674094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674094; }

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

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

background-color css

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

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

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

border-color css

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

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

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