Html Css Color HEX #672DA0 Royal Purple

📋 copy color: '#672DA0'

red 103 ◦ green 45 ◦ blue 160

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

Shades of Royal Purple #672DA0

Tints of Royal Purple #672DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

 BLUE value IS 160 (62.89% from 255) = 51.95%

R = 33.44%
G = 14.61%
B = 51.95%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#672DA0 (or 0x672DA0) is known color: Royal Purple. HEX triplet: 67, 2D and A0. RGB value is (103,45,160). Sum of RGB (Red+Green+Blue) = 103+45+160=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #672DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672DA0 is #98D25F. Grayscale: #4B4B4B. Windows color (decimal): -10015328 or 10497383. OLE color: 10497383.

HSL color Cylindrical-coordinate representation of color #672DA0: hue angle of 270.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672DA0 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 45 160 -
CMYK 0.36 0.72 0 0.37
HSL 270.26º 0.56% 0.4% -
HSV(B) 270.26º 0.72% 0.63% -
XYZ 12.88 7.3 33.99 -
YUV 75.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 103 45 160 0.36 0.72 0 0.37 270.26 0.56 0.4
Hex 67 2D A0 24 48 0 25 10E 38 28
Octal 147 55 240 44 110 0 45 416 70 50
Binary 1100111 101101 10100000 100100 1001000 0 100101 100001110 111000 101000

Color Harmonies of #672DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DA0

Black with #672DA0

Text Example


Text Example

White with #672DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,45,160); }

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

background-color css

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

 a { background-color: rgb(103,45,160); }

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

border-color css

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

 span { border-color: rgb(103,45,160); }

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