Html Css Color HEX #674192 Royal Purple

📋 copy color: '#674192'

red 103 ◦ green 65 ◦ blue 146

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

Shades of Royal Purple #674192

Tints of Royal Purple #674192

RGB

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

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

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

R = 32.8%
G = 20.7%
B = 46.5%

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

#674192 (or 0x674192) is known color: Royal Purple. HEX triplet: 67, 41 and 92. RGB value is (103,65,146). Sum of RGB (Red+Green+Blue) = 103+65+146=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #674192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674192 is #98BE6D. Grayscale: #555555. Windows color (decimal): -10010222 or 9584999. OLE color: 9584999.

HSL color Cylindrical-coordinate representation of color #674192: hue angle of 268.15º 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 #674192 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 65 146 -
CMYK 0.29 0.55 0 0.43
HSL 268.15º 0.38% 0.41% -
HSV(B) 268.15º 0.55% 0.57% -
XYZ 12.67 8.74 28.21 -
YUV 85.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 103 65 146 0.29 0.55 0 0.43 268.15 0.38 0.41
Hex 67 41 92 1D 37 0 2B 10C 26 29
Octal 147 101 222 35 67 0 53 414 46 51
Binary 1100111 1000001 10010010 11101 110111 0 101011 100001100 100110 101001

Color Harmonies of #674192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674192

Black with #674192

Text Example


Text Example

White with #674192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674192; }

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

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

background-color css

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

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

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

border-color css

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

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

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