Html Css Color HEX #7B38AF Royal Purple

📋 copy color: '#7B38AF'

red 123 ◦ green 56 ◦ blue 175

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

Shades of Royal Purple #7B38AF

Tints of Royal Purple #7B38AF

RGB

 RED value IS 123 (48.44% from 255) = 34.75%

 GREEN value IS 56 (22.27% from 255) = 15.82%

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

R = 34.75%
G = 15.82%
B = 49.44%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B38AF (or 0x7B38AF) is known color: Royal Purple. HEX triplet: 7B, 38 and AF. RGB value is (123,56,175). Sum of RGB (Red+Green+Blue) = 123+56+175=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B38AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B38AF is #84C750. Grayscale: #595959. Windows color (decimal): -8701777 or 11483259. OLE color: 11483259.

HSL color Cylindrical-coordinate representation of color #7B38AF: hue angle of 273.78º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B38AF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 56 175 -
CMYK 0.30 0.68 0 0.31
HSL 273.78º 0.52% 0.45% -
HSV(B) 273.78º 0.68% 0.69% -
XYZ 17.32 10.13 41.6 -
YUV 89.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 123 56 175 0.30 0.68 0 0.31 273.78 0.52 0.45
Hex 7B 38 AF 1E 44 0 1F 112 34 2D
Octal 173 70 257 36 104 0 37 422 64 55
Binary 1111011 111000 10101111 11110 1000100 0 11111 100010010 110100 101101

Color Harmonies of #7B38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B38AF

Black with #7B38AF

Text Example


Text Example

White with #7B38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B38AF; }

 p { color: rgb(123,56,175); }

 H1.HeaderClassName
 {
   color: #7B38AF;
 }
 .AnyTagClassName
 {
   color: #7B38AF;
 }
</style>

background-color css

<style>
 a { background-color: #7B38AF; }

 a { background-color: rgb(123,56,175); }

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

border-color css

<style>
 span { border-color: #7B38AF; }

 span { border-color: rgb(123,56,175); }

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