Html Css Color HEX #7038AF Royal Purple

📋 copy color: '#7038AF'

red 112 ◦ green 56 ◦ blue 175

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

Shades of Royal Purple #7038AF

Tints of Royal Purple #7038AF

RGB

 RED value IS 112 (44.14% from 255) = 32.65%

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

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

R = 32.65%
G = 16.33%
B = 51.02%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7038AF (or 0x7038AF) is known color: Royal Purple. HEX triplet: 70, 38 and AF. RGB value is (112,56,175). Sum of RGB (Red+Green+Blue) = 112+56+175=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #7038AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7038AF is #8FC750. Grayscale: #555555. Windows color (decimal): -9422673 or 11483248. OLE color: 11483248.

HSL color Cylindrical-coordinate representation of color #7038AF: hue angle of 268.24º 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 #7038AF is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 56 175 -
CMYK 0.36 0.68 0 0.31
HSL 268.24º 0.52% 0.45% -
HSV(B) 268.24º 0.68% 0.69% -
XYZ 15.83 9.37 41.53 -
YUV 86.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 112 56 175 0.36 0.68 0 0.31 268.24 0.52 0.45
Hex 70 38 AF 24 44 0 1F 10C 34 2D
Octal 160 70 257 44 104 0 37 414 64 55
Binary 1110000 111000 10101111 100100 1000100 0 11111 100001100 110100 101101

Color Harmonies of #7038AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7038AF

Black with #7038AF

Text Example


Text Example

White with #7038AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7038AF; }

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

 H1.HeaderClassName
 {
   color: #7038AF;
 }
 .AnyTagClassName
 {
   color: #7038AF;
 }
</style>

background-color css

<style>
 a { background-color: #7038AF; }

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

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

border-color css

<style>
 span { border-color: #7038AF; }

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

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