Html Css Color HEX #7136F1 Blue Violet

📋 copy color: '#7136F1'

red 113 ◦ green 54 ◦ blue 241

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

Shades of Blue Violet #7136F1

Tints of Blue Violet #7136F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.07%

R = 27.7%
G = 13.24%
B = 59.07%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7136F1 (or 0x7136F1) is known color: Blue Violet. HEX triplet: 71, 36 and F1. RGB value is (113,54,241). Sum of RGB (Red+Green+Blue) = 113+54+241=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #7136F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7136F1 is #8EC90E. Grayscale: #5C5C5C. Windows color (decimal): -9357583 or 15808113. OLE color: 15808113.

HSL color Cylindrical-coordinate representation of color #7136F1: hue angle of 258.93º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7136F1 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 54 241 -
CMYK 0.53 0.78 0 0.05
HSL 258.93º 0.87% 0.58% -
HSV(B) 258.93º 0.78% 0.95% -
XYZ 24.01 12.5 84.37 -
YUV 92.96 211.55 142.29 -
System Red Green Blue C M Y K H S L
Decimal 113 54 241 0.53 0.78 0 0.05 258.93 0.87 0.58
Hex 71 36 F1 35 4E 0 5 103 57 3A
Octal 161 66 361 65 116 0 5 403 127 72
Binary 1110001 110110 11110001 110101 1001110 0 101 100000011 1010111 111010

Color Harmonies of #7136F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136F1

Black with #7136F1

Text Example


Text Example

White with #7136F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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