Html Css Color HEX #750BCE Dark Violet

📋 copy color: '#750BCE'

red 117 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #750BCE

Tints of Dark Violet #750BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 35.03%
G = 3.29%
B = 61.68%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#750BCE (or 0x750BCE) is known color: Dark Violet. HEX triplet: 75, 0B and CE. RGB value is (117,11,206). Sum of RGB (Red+Green+Blue) = 117+11+206=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #750BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BCE is #8AF431. Grayscale: #404040. Windows color (decimal): -9106482 or 13503349. OLE color: 13503349.

HSL color Cylindrical-coordinate representation of color #750BCE: hue angle of 272.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BCE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 11 206 -
CMYK 0.43 0.95 0 0.19
HSL 272.62º 0.9% 0.43% -
HSV(B) 272.62º 0.95% 0.81% -
XYZ 18.6 8.48 59.05 -
YUV 64.92 207.62 165.14 -
System Red Green Blue C M Y K H S L
Decimal 117 11 206 0.43 0.95 0 0.19 272.62 0.9 0.43
Hex 75 B CE 2B 5F 0 13 111 5A 2B
Octal 165 13 316 53 137 0 23 421 132 53
Binary 1110101 1011 11001110 101011 1011111 0 10011 100010001 1011010 101011

Color Harmonies of #750BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BCE

Black with #750BCE

Text Example


Text Example

White with #750BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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