Html Css Color HEX #750CDD Blue Violet

📋 copy color: '#750CDD'

red 117 ◦ green 12 ◦ blue 221

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

Shades of Blue Violet #750CDD

Tints of Blue Violet #750CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 33.43%
G = 3.43%
B = 63.14%

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

#750CDD (or 0x750CDD) is known color: Blue Violet. HEX triplet: 75, 0C and DD. RGB value is (117,12,221). Sum of RGB (Red+Green+Blue) = 117+12+221=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #750CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CDD is #8AF322. Grayscale: #424242. Windows color (decimal): -9106211 or 14486645. OLE color: 14486645.

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

Color convert

RGB 117 12 221 -
CMYK 0.47 0.95 0 0.13
HSL 270.14º 0.9% 0.46% -
HSV(B) 270.14º 0.95% 0.87% -
XYZ 20.52 9.27 69.11 -
YUV 67.22 214.79 163.51 -
System Red Green Blue C M Y K H S L
Decimal 117 12 221 0.47 0.95 0 0.13 270.14 0.9 0.46
Hex 75 C DD 2F 5F 0 D 10E 5A 2E
Octal 165 14 335 57 137 0 15 416 132 56
Binary 1110101 1100 11011101 101111 1011111 0 1101 100001110 1011010 101110

Color Harmonies of #750CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CDD

Black with #750CDD

Text Example


Text Example

White with #750CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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