Html Css Color HEX #752CDD Blue Violet

📋 copy color: '#752CDD'

red 117 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #752CDD

Tints of Blue Violet #752CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

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

R = 30.63%
G = 11.52%
B = 57.85%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#752CDD (or 0x752CDD) is known color: Blue Violet. HEX triplet: 75, 2C and DD. RGB value is (117,44,221). Sum of RGB (Red+Green+Blue) = 117+44+221=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #752CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CDD is #8AD322. Grayscale: #555555. Windows color (decimal): -9098019 or 14494837. OLE color: 14494837.

HSL color Cylindrical-coordinate representation of color #752CDD: hue angle of 264.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752CDD is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 44 221 -
CMYK 0.47 0.80 0 0.13
HSL 264.75º 0.72% 0.52% -
HSV(B) 264.75º 0.8% 0.87% -
XYZ 21.29 10.8 69.37 -
YUV 86.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 117 44 221 0.47 0.80 0 0.13 264.75 0.72 0.52
Hex 75 2C DD 2F 50 0 D 109 48 34
Octal 165 54 335 57 120 0 15 411 110 64
Binary 1110101 101100 11011101 101111 1010000 0 1101 100001001 1001000 110100

Color Harmonies of #752CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CDD

Black with #752CDD

Text Example


Text Example

White with #752CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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