Html Css Color HEX #742EAF Royal Purple

📋 copy color: '#742EAF'

red 116 ◦ green 46 ◦ blue 175

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

Shades of Royal Purple #742EAF

Tints of Royal Purple #742EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

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

R = 34.42%
G = 13.65%
B = 51.93%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#742EAF (or 0x742EAF) is known color: Royal Purple. HEX triplet: 74, 2E and AF. RGB value is (116,46,175). Sum of RGB (Red+Green+Blue) = 116+46+175=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #742EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742EAF is #8BD150. Grayscale: #515151. Windows color (decimal): -9163089 or 11480692. OLE color: 11480692.

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

Color convert

RGB 116 46 175 -
CMYK 0.34 0.74 0 0.31
HSL 272.56º 0.58% 0.43% -
HSV(B) 272.56º 0.74% 0.69% -
XYZ 15.92 8.76 41.41 -
YUV 81.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 116 46 175 0.34 0.74 0 0.31 272.56 0.58 0.43
Hex 74 2E AF 22 4A 0 1F 111 3A 2B
Octal 164 56 257 42 112 0 37 421 72 53
Binary 1110100 101110 10101111 100010 1001010 0 11111 100010001 111010 101011

Color Harmonies of #742EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EAF

Black with #742EAF

Text Example


Text Example

White with #742EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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