Html Css Color HEX #672FAA Royal Purple

📋 copy color: '#672FAA'

red 103 ◦ green 47 ◦ blue 170

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

Shades of Royal Purple #672FAA

Tints of Royal Purple #672FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 32.19%
G = 14.69%
B = 53.13%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#672FAA (or 0x672FAA) is known color: Royal Purple. HEX triplet: 67, 2F and AA. RGB value is (103,47,170). Sum of RGB (Red+Green+Blue) = 103+47+170=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #672FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672FAA is #98D055. Grayscale: #4D4D4D. Windows color (decimal): -10014806 or 11153255. OLE color: 11153255.

HSL color Cylindrical-coordinate representation of color #672FAA: hue angle of 267.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672FAA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 47 170 -
CMYK 0.39 0.72 0 0.33
HSL 267.32º 0.57% 0.43% -
HSV(B) 267.32º 0.72% 0.67% -
XYZ 13.87 7.82 38.81 -
YUV 77.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 103 47 170 0.39 0.72 0 0.33 267.32 0.57 0.43
Hex 67 2F AA 27 48 0 21 10B 39 2B
Octal 147 57 252 47 110 0 41 413 71 53
Binary 1100111 101111 10101010 100111 1001000 0 100001 100001011 111001 101011

Color Harmonies of #672FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672FAA

Black with #672FAA

Text Example


Text Example

White with #672FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,47,170); }

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

background-color css

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

 a { background-color: rgb(103,47,170); }

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

border-color css

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

 span { border-color: rgb(103,47,170); }

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