Html Css Color HEX #750CDF Blue Violet

📋 copy color: '#750CDF'

red 117 ◦ green 12 ◦ blue 223

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

Shades of Blue Violet #750CDF

Tints of Blue Violet #750CDF

RGB

 RED value IS 117 (46.09% from 255) = 33.24%

 GREEN value IS 12 (5.08% from 255) = 3.41%

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

R = 33.24%
G = 3.41%
B = 63.35%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#750CDF (or 0x750CDF) is known color: Blue Violet. HEX triplet: 75, 0C and DF. RGB value is (117,12,223). Sum of RGB (Red+Green+Blue) = 117+12+223=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #750CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CDF is #8AF320. Grayscale: #424242. Windows color (decimal): -9106209 or 14617717. OLE color: 14617717.

HSL color Cylindrical-coordinate representation of color #750CDF: hue angle of 269.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CDF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 12 223 -
CMYK 0.48 0.95 0 0.13
HSL 269.86º 0.9% 0.46% -
HSV(B) 269.86º 0.95% 0.87% -
XYZ 20.79 9.37 70.53 -
YUV 67.45 215.79 163.34 -
System Red Green Blue C M Y K H S L
Decimal 117 12 223 0.48 0.95 0 0.13 269.86 0.9 0.46
Hex 75 C DF 30 5F 0 D 10E 5A 2E
Octal 165 14 337 60 137 0 15 416 132 56
Binary 1110101 1100 11011111 110000 1011111 0 1101 100001110 1011010 101110

Color Harmonies of #750CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CDF

Black with #750CDF

Text Example


Text Example

White with #750CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750CDF; }

 p { color: rgb(117,12,223); }

 H1.HeaderClassName
 {
   color: #750CDF;
 }
 .AnyTagClassName
 {
   color: #750CDF;
 }
</style>

background-color css

<style>
 a { background-color: #750CDF; }

 a { background-color: rgb(117,12,223); }

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

border-color css

<style>
 span { border-color: #750CDF; }

 span { border-color: rgb(117,12,223); }

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