Html Css Color HEX #742CAF Royal Purple

📋 copy color: '#742CAF'

red 116 ◦ green 44 ◦ blue 175

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

Shades of Royal Purple #742CAF

Tints of Royal Purple #742CAF

RGB

 RED value IS 116 (45.7% from 255) = 34.63%

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

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 34.63%
G = 13.13%
B = 52.24%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#742CAF (or 0x742CAF) is known color: Royal Purple. HEX triplet: 74, 2C and AF. RGB value is (116,44,175). Sum of RGB (Red+Green+Blue) = 116+44+175=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #742CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742CAF is #8BD350. Grayscale: #505050. Windows color (decimal): -9163601 or 11480180. OLE color: 11480180.

HSL color Cylindrical-coordinate representation of color #742CAF: hue angle of 272.98º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742CAF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 44 175 -
CMYK 0.34 0.75 0 0.31
HSL 272.98º 0.6% 0.43% -
HSV(B) 272.98º 0.75% 0.69% -
XYZ 15.84 8.61 41.38 -
YUV 80.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 116 44 175 0.34 0.75 0 0.31 272.98 0.6 0.43
Hex 74 2C AF 22 4B 0 1F 111 3C 2B
Octal 164 54 257 42 113 0 37 421 74 53
Binary 1110100 101100 10101111 100010 1001011 0 11111 100010001 111100 101011

Color Harmonies of #742CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CAF

Black with #742CAF

Text Example


Text Example

White with #742CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742CAF; }

 p { color: rgb(116,44,175); }

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

background-color css

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

 a { background-color: rgb(116,44,175); }

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

border-color css

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

 span { border-color: rgb(116,44,175); }

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