Html Css Color HEX #750CDE Blue Violet

📋 copy color: '#750CDE'

red 117 ◦ green 12 ◦ blue 222

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

Shades of Blue Violet #750CDE

Tints of Blue Violet #750CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 33.33%
G = 3.42%
B = 63.25%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#750CDE (or 0x750CDE) is known color: Blue Violet. HEX triplet: 75, 0C and DE. RGB value is (117,12,222). Sum of RGB (Red+Green+Blue) = 117+12+222=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #750CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CDE is #8AF321. Grayscale: #424242. Windows color (decimal): -9106210 or 14552181. OLE color: 14552181.

HSL color Cylindrical-coordinate representation of color #750CDE: hue angle of 270º 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 #750CDE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 12 222 -
CMYK 0.47 0.95 0 0.13
HSL 270º 0.9% 0.46% -
HSV(B) 270º 0.95% 0.87% -
XYZ 20.65 9.32 69.82 -
YUV 67.34 215.29 163.42 -
System Red Green Blue C M Y K H S L
Decimal 117 12 222 0.47 0.95 0 0.13 270 0.9 0.46
Hex 75 C DE 2F 5F 0 D 10E 5A 2E
Octal 165 14 336 57 137 0 15 416 132 56
Binary 1110101 1100 11011110 101111 1011111 0 1101 100001110 1011010 101110

Color Harmonies of #750CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CDE

Black with #750CDE

Text Example


Text Example

White with #750CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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