Html Css Color HEX #674594 Royal Purple

📋 copy color: '#674594'

red 103 ◦ green 69 ◦ blue 148

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

Shades of Royal Purple #674594

Tints of Royal Purple #674594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.56%

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

R = 32.19%
G = 21.56%
B = 46.25%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674594 (or 0x674594) is known color: Royal Purple. HEX triplet: 67, 45 and 94. RGB value is (103,69,148). Sum of RGB (Red+Green+Blue) = 103+69+148=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #674594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674594 is #98BA6B. Grayscale: #575757. Windows color (decimal): -10009196 or 9717095. OLE color: 9717095.

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

Color convert

RGB 103 69 148 -
CMYK 0.30 0.53 0 0.42
HSL 265.82º 0.36% 0.43% -
HSV(B) 265.82º 0.53% 0.58% -
XYZ 13.07 9.28 29.12 -
YUV 88.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 103 69 148 0.30 0.53 0 0.42 265.82 0.36 0.43
Hex 67 45 94 1E 35 0 2A 10A 24 2B
Octal 147 105 224 36 65 0 52 412 44 53
Binary 1100111 1000101 10010100 11110 110101 0 101010 100001010 100100 101011

Color Harmonies of #674594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674594

Black with #674594

Text Example


Text Example

White with #674594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674594; }

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

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

background-color css

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

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

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

border-color css

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

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

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