Html Css Color HEX #762CAB Royal Purple

📋 copy color: '#762CAB'

red 118 ◦ green 44 ◦ blue 171

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

Shades of Royal Purple #762CAB

Tints of Royal Purple #762CAB

RGB

 RED value IS 118 (46.48% from 255) = 35.44%

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

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 35.44%
G = 13.21%
B = 51.35%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#762CAB (or 0x762CAB) is known color: Royal Purple. HEX triplet: 76, 2C and AB. RGB value is (118,44,171). Sum of RGB (Red+Green+Blue) = 118+44+171=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #762CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762CAB is #89D354. Grayscale: #505050. Windows color (decimal): -9032533 or 11218038. OLE color: 11218038.

HSL color Cylindrical-coordinate representation of color #762CAB: hue angle of 274.96º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762CAB is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 44 171 -
CMYK 0.31 0.74 0 0.33
HSL 274.96º 0.59% 0.42% -
HSV(B) 274.96º 0.74% 0.67% -
XYZ 15.72 8.59 39.36 -
YUV 80.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 118 44 171 0.31 0.74 0 0.33 274.96 0.59 0.42
Hex 76 2C AB 1F 4A 0 21 113 3B 2A
Octal 166 54 253 37 112 0 41 423 73 52
Binary 1110110 101100 10101011 11111 1001010 0 100001 100010011 111011 101010

Color Harmonies of #762CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CAB

Black with #762CAB

Text Example


Text Example

White with #762CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762CAB; }

 p { color: rgb(118,44,171); }

 H1.HeaderClassName
 {
   color: #762CAB;
 }
 .AnyTagClassName
 {
   color: #762CAB;
 }
</style>

background-color css

<style>
 a { background-color: #762CAB; }

 a { background-color: rgb(118,44,171); }

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

border-color css

<style>
 span { border-color: #762CAB; }

 span { border-color: rgb(118,44,171); }

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