Html Css Color HEX #7130DF Blue Violet

📋 copy color: '#7130DF'

red 113 ◦ green 48 ◦ blue 223

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

Shades of Blue Violet #7130DF

Tints of Blue Violet #7130DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.5%

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 29.43%
G = 12.5%
B = 58.07%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7130DF (or 0x7130DF) is known color: Blue Violet. HEX triplet: 71, 30 and DF. RGB value is (113,48,223). Sum of RGB (Red+Green+Blue) = 113+48+223=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #7130DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130DF is #8ECF20. Grayscale: #565656. Windows color (decimal): -9359137 or 14626929. OLE color: 14626929.

HSL color Cylindrical-coordinate representation of color #7130DF: hue angle of 262.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7130DF is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 48 223 -
CMYK 0.49 0.78 0 0.13
HSL 262.29º 0.73% 0.53% -
HSV(B) 262.29º 0.78% 0.87% -
XYZ 21.19 10.95 70.81 -
YUV 87.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 113 48 223 0.49 0.78 0 0.13 262.29 0.73 0.53
Hex 71 30 DF 31 4E 0 D 106 49 35
Octal 161 60 337 61 116 0 15 406 111 65
Binary 1110001 110000 11011111 110001 1001110 0 1101 100000110 1001001 110101

Color Harmonies of #7130DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130DF

Black with #7130DF

Text Example


Text Example

White with #7130DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7130DF; }

 p { color: rgb(113,48,223); }

 H1.HeaderClassName
 {
   color: #7130DF;
 }
 .AnyTagClassName
 {
   color: #7130DF;
 }
</style>

background-color css

<style>
 a { background-color: #7130DF; }

 a { background-color: rgb(113,48,223); }

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

border-color css

<style>
 span { border-color: #7130DF; }

 span { border-color: rgb(113,48,223); }

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