Html Css Color HEX #750BDA Dark Violet

📋 copy color: '#750BDA'

red 117 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #750BDA

Tints of Dark Violet #750BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

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

R = 33.82%
G = 3.18%
B = 63.01%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#750BDA (or 0x750BDA) is known color: Dark Violet. HEX triplet: 75, 0B and DA. RGB value is (117,11,218). Sum of RGB (Red+Green+Blue) = 117+11+218=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #750BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BDA is #8AF425. Grayscale: #414141. Windows color (decimal): -9106470 or 14289781. OLE color: 14289781.

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

Color convert

RGB 117 11 218 -
CMYK 0.46 0.95 0 0.15
HSL 270.72º 0.9% 0.45% -
HSV(B) 270.72º 0.95% 0.85% -
XYZ 20.11 9.08 67.02 -
YUV 66.29 213.62 164.17 -
System Red Green Blue C M Y K H S L
Decimal 117 11 218 0.46 0.95 0 0.15 270.72 0.9 0.45
Hex 75 B DA 2E 5F 0 F 10F 5A 2D
Octal 165 13 332 56 137 0 17 417 132 55
Binary 1110101 1011 11011010 101110 1011111 0 1111 100001111 1011010 101101

Color Harmonies of #750BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BDA

Black with #750BDA

Text Example


Text Example

White with #750BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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