Html Css Color HEX #674592 Royal Purple

📋 copy color: '#674592'

red 103 ◦ green 69 ◦ blue 146

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

Shades of Royal Purple #674592

Tints of Royal Purple #674592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.91%

R = 32.39%
G = 21.7%
B = 45.91%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#674592 (or 0x674592) is known color: Royal Purple. HEX triplet: 67, 45 and 92. RGB value is (103,69,146). Sum of RGB (Red+Green+Blue) = 103+69+146=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #674592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674592 is #98BA6D. Grayscale: #575757. Windows color (decimal): -10009198 or 9586023. OLE color: 9586023.

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

Color convert

RGB 103 69 146 -
CMYK 0.29 0.53 0 0.43
HSL 266.49º 0.36% 0.42% -
HSV(B) 266.49º 0.53% 0.57% -
XYZ 12.91 9.22 28.29 -
YUV 87.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 103 69 146 0.29 0.53 0 0.43 266.49 0.36 0.42
Hex 67 45 92 1D 35 0 2B 10A 24 2A
Octal 147 105 222 35 65 0 53 412 44 52
Binary 1100111 1000101 10010010 11101 110101 0 101011 100001010 100100 101010

Color Harmonies of #674592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674592

Black with #674592

Text Example


Text Example

White with #674592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674592; }

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

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

background-color css

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

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

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

border-color css

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

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

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