Html Css Color HEX #7338DF Blue Violet

📋 copy color: '#7338DF'

red 115 ◦ green 56 ◦ blue 223

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

Shades of Blue Violet #7338DF

Tints of Blue Violet #7338DF

RGB

 RED value IS 115 (45.31% from 255) = 29.19%

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

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

R = 29.19%
G = 14.21%
B = 56.6%

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

#7338DF (or 0x7338DF) is known color: Blue Violet. HEX triplet: 73, 38 and DF. RGB value is (115,56,223). Sum of RGB (Red+Green+Blue) = 115+56+223=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #7338DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7338DF is #8CC720. Grayscale: #5C5C5C. Windows color (decimal): -9226017 or 14628979. OLE color: 14628979.

HSL color Cylindrical-coordinate representation of color #7338DF: hue angle of 261.2º 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 #7338DF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 56 223 -
CMYK 0.48 0.75 0 0.13
HSL 261.2º 0.72% 0.55% -
HSV(B) 261.2º 0.75% 0.87% -
XYZ 21.8 11.8 70.94 -
YUV 92.68 201.55 143.92 -
System Red Green Blue C M Y K H S L
Decimal 115 56 223 0.48 0.75 0 0.13 261.2 0.72 0.55
Hex 73 38 DF 30 4B 0 D 105 48 37
Octal 163 70 337 60 113 0 15 405 110 67
Binary 1110011 111000 11011111 110000 1001011 0 1101 100000101 1001000 110111

Color Harmonies of #7338DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7338DF

Black with #7338DF

Text Example


Text Example

White with #7338DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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