Html Css Color HEX #7438DF Blue Violet

📋 copy color: '#7438DF'

red 116 ◦ green 56 ◦ blue 223

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

Shades of Blue Violet #7438DF

Tints of Blue Violet #7438DF

RGB

 RED value IS 116 (45.7% from 255) = 29.37%

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

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

R = 29.37%
G = 14.18%
B = 56.46%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7438DF (or 0x7438DF) is known color: Blue Violet. HEX triplet: 74, 38 and DF. RGB value is (116,56,223). Sum of RGB (Red+Green+Blue) = 116+56+223=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #7438DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438DF is #8BC720. Grayscale: #5C5C5C. Windows color (decimal): -9160481 or 14628980. OLE color: 14628980.

HSL color Cylindrical-coordinate representation of color #7438DF: hue angle of 261.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7438DF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 56 223 -
CMYK 0.48 0.75 0 0.13
HSL 261.56º 0.72% 0.55% -
HSV(B) 261.56º 0.75% 0.87% -
XYZ 21.94 11.87 70.95 -
YUV 92.98 201.38 144.42 -
System Red Green Blue C M Y K H S L
Decimal 116 56 223 0.48 0.75 0 0.13 261.56 0.72 0.55
Hex 74 38 DF 30 4B 0 D 106 48 37
Octal 164 70 337 60 113 0 15 406 110 67
Binary 1110100 111000 11011111 110000 1001011 0 1101 100000110 1001000 110111

Color Harmonies of #7438DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7438DF

Black with #7438DF

Text Example


Text Example

White with #7438DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,56,223); }

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

background-color css

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

 a { background-color: rgb(116,56,223); }

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

border-color css

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

 span { border-color: rgb(116,56,223); }

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