Html Css Color HEX #750FCB Dark Violet

📋 copy color: '#750FCB'

red 117 ◦ green 15 ◦ blue 203

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

Shades of Dark Violet #750FCB

Tints of Dark Violet #750FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 34.93%
G = 4.48%
B = 60.6%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#750FCB (or 0x750FCB) is known color: Dark Violet. HEX triplet: 75, 0F and CB. RGB value is (117,15,203). Sum of RGB (Red+Green+Blue) = 117+15+203=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #750FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FCB is #8AF034. Grayscale: #424242. Windows color (decimal): -9105461 or 13307765. OLE color: 13307765.

HSL color Cylindrical-coordinate representation of color #750FCB: hue angle of 272.55º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FCB is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 15 203 -
CMYK 0.42 0.93 0 0.20
HSL 272.55º 0.86% 0.43% -
HSV(B) 272.55º 0.93% 0.8% -
XYZ 18.29 8.44 57.16 -
YUV 66.93 204.79 163.71 -
System Red Green Blue C M Y K H S L
Decimal 117 15 203 0.42 0.93 0 0.20 272.55 0.86 0.43
Hex 75 F CB 2A 5D 0 14 111 56 2B
Octal 165 17 313 52 135 0 24 421 126 53
Binary 1110101 1111 11001011 101010 1011101 0 10100 100010001 1010110 101011

Color Harmonies of #750FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FCB

Black with #750FCB

Text Example


Text Example

White with #750FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,15,203); }

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

background-color css

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

 a { background-color: rgb(117,15,203); }

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

border-color css

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

 span { border-color: rgb(117,15,203); }

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