Html Css Color HEX #674292 Royal Purple

📋 copy color: '#674292'

red 103 ◦ green 66 ◦ blue 146

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

Shades of Royal Purple #674292

Tints of Royal Purple #674292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

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

R = 32.7%
G = 20.95%
B = 46.35%

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

#674292 (or 0x674292) is known color: Royal Purple. HEX triplet: 67, 42 and 92. RGB value is (103,66,146). Sum of RGB (Red+Green+Blue) = 103+66+146=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #674292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674292 is #98BD6D. Grayscale: #555555. Windows color (decimal): -10009966 or 9585255. OLE color: 9585255.

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

Color convert

RGB 103 66 146 -
CMYK 0.29 0.55 0 0.43
HSL 267.75º 0.38% 0.42% -
HSV(B) 267.75º 0.55% 0.57% -
XYZ 12.73 8.86 28.23 -
YUV 86.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 103 66 146 0.29 0.55 0 0.43 267.75 0.38 0.42
Hex 67 42 92 1D 37 0 2B 10C 26 2A
Octal 147 102 222 35 67 0 53 414 46 52
Binary 1100111 1000010 10010010 11101 110111 0 101011 100001100 100110 101010

Color Harmonies of #674292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674292

Black with #674292

Text Example


Text Example

White with #674292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674292; }

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

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

background-color css

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

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

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

border-color css

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

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

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