Html Css Color HEX #750CDA Dark Violet

📋 copy color: '#750CDA'

red 117 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #750CDA

Tints of Dark Violet #750CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 33.72%
G = 3.46%
B = 62.82%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#750CDA (or 0x750CDA) is known color: Dark Violet. HEX triplet: 75, 0C and DA. RGB value is (117,12,218). Sum of RGB (Red+Green+Blue) = 117+12+218=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #750CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CDA is #8AF325. Grayscale: #424242. Windows color (decimal): -9106214 or 14290037. OLE color: 14290037.

HSL color Cylindrical-coordinate representation of color #750CDA: hue angle of 270.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750CDA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 12 218 -
CMYK 0.46 0.94 0 0.15
HSL 270.58º 0.9% 0.45% -
HSV(B) 270.58º 0.94% 0.85% -
XYZ 20.12 9.11 67.03 -
YUV 66.88 213.29 163.75 -
System Red Green Blue C M Y K H S L
Decimal 117 12 218 0.46 0.94 0 0.15 270.58 0.9 0.45
Hex 75 C DA 2E 5E 0 F 10F 5A 2D
Octal 165 14 332 56 136 0 17 417 132 55
Binary 1110101 1100 11011010 101110 1011110 0 1111 100001111 1011010 101101

Color Harmonies of #750CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CDA

Black with #750CDA

Text Example


Text Example

White with #750CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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