Html Css Color HEX #7136EA Blue Violet

📋 copy color: '#7136EA'

red 113 ◦ green 54 ◦ blue 234

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

Shades of Blue Violet #7136EA

Tints of Blue Violet #7136EA

RGB

 RED value IS 113 (44.53% from 255) = 28.18%

 GREEN value IS 54 (21.48% from 255) = 13.47%

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 28.18%
G = 13.47%
B = 58.35%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7136EA (or 0x7136EA) is known color: Blue Violet. HEX triplet: 71, 36 and EA. RGB value is (113,54,234). Sum of RGB (Red+Green+Blue) = 113+54+234=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #7136EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7136EA is #8EC915. Grayscale: #5B5B5B. Windows color (decimal): -9357590 or 15349361. OLE color: 15349361.

HSL color Cylindrical-coordinate representation of color #7136EA: hue angle of 259.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7136EA is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 54 234 -
CMYK 0.52 0.77 0 0.08
HSL 259.67º 0.81% 0.56% -
HSV(B) 259.67º 0.77% 0.92% -
XYZ 22.98 12.09 78.96 -
YUV 92.16 208.05 142.86 -
System Red Green Blue C M Y K H S L
Decimal 113 54 234 0.52 0.77 0 0.08 259.67 0.81 0.56
Hex 71 36 EA 34 4D 0 8 104 51 38
Octal 161 66 352 64 115 0 10 404 121 70
Binary 1110001 110110 11101010 110100 1001101 0 1000 100000100 1010001 111000

Color Harmonies of #7136EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136EA

Black with #7136EA

Text Example


Text Example

White with #7136EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7136EA; }

 p { color: rgb(113,54,234); }

 H1.HeaderClassName
 {
   color: #7136EA;
 }
 .AnyTagClassName
 {
   color: #7136EA;
 }
</style>

background-color css

<style>
 a { background-color: #7136EA; }

 a { background-color: rgb(113,54,234); }

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

border-color css

<style>
 span { border-color: #7136EA; }

 span { border-color: rgb(113,54,234); }

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