Html Css Color HEX #674096 Royal Purple

📋 copy color: '#674096'

red 103 ◦ green 64 ◦ blue 150

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

Shades of Royal Purple #674096

Tints of Royal Purple #674096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 32.49%
G = 20.19%
B = 47.32%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#674096 (or 0x674096) is known color: Royal Purple. HEX triplet: 67, 40 and 96. RGB value is (103,64,150). Sum of RGB (Red+Green+Blue) = 103+64+150=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #674096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674096 is #98BF69. Grayscale: #555555. Windows color (decimal): -10010474 or 9846887. OLE color: 9846887.

HSL color Cylindrical-coordinate representation of color #674096: hue angle of 267.21º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #674096 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 64 150 -
CMYK 0.31 0.57 0 0.41
HSL 267.21º 0.4% 0.42% -
HSV(B) 267.21º 0.57% 0.59% -
XYZ 12.93 8.75 29.86 -
YUV 85.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 103 64 150 0.31 0.57 0 0.41 267.21 0.4 0.42
Hex 67 40 96 1F 39 0 29 10B 28 2A
Octal 147 100 226 37 71 0 51 413 50 52
Binary 1100111 1000000 10010110 11111 111001 0 101001 100001011 101000 101010

Color Harmonies of #674096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674096

Black with #674096

Text Example


Text Example

White with #674096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674096; }

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

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

background-color css

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

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

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

border-color css

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

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

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