Html Css Color HEX #672C9B Royal Purple

📋 copy color: '#672C9B'

red 103 ◦ green 44 ◦ blue 155

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

Shades of Royal Purple #672C9B

Tints of Royal Purple #672C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 34.11%
G = 14.57%
B = 51.32%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#672C9B (or 0x672C9B) is known color: Royal Purple. HEX triplet: 67, 2C and 9B. RGB value is (103,44,155). Sum of RGB (Red+Green+Blue) = 103+44+155=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #672C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672C9B is #98D364. Grayscale: #494949. Windows color (decimal): -10015589 or 10169447. OLE color: 10169447.

HSL color Cylindrical-coordinate representation of color #672C9B: hue angle of 271.89º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672C9B is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 44 155 -
CMYK 0.34 0.72 0 0.39
HSL 271.89º 0.56% 0.39% -
HSV(B) 271.89º 0.72% 0.61% -
XYZ 12.41 7.05 31.72 -
YUV 74.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 103 44 155 0.34 0.72 0 0.39 271.89 0.56 0.39
Hex 67 2C 9B 22 48 0 27 110 38 27
Octal 147 54 233 42 110 0 47 420 70 47
Binary 1100111 101100 10011011 100010 1001000 0 100111 100010000 111000 100111

Color Harmonies of #672C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672C9B

Black with #672C9B

Text Example


Text Example

White with #672C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672C9B; }

 p { color: rgb(103,44,155); }

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

background-color css

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

 a { background-color: rgb(103,44,155); }

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

border-color css

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

 span { border-color: rgb(103,44,155); }

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