Html Css Color HEX #752FDD Blue Violet

📋 copy color: '#752FDD'

red 117 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #752FDD

Tints of Blue Violet #752FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

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

R = 30.39%
G = 12.21%
B = 57.4%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#752FDD (or 0x752FDD) is known color: Blue Violet. HEX triplet: 75, 2F and DD. RGB value is (117,47,221). Sum of RGB (Red+Green+Blue) = 117+47+221=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #752FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FDD is #8AD022. Grayscale: #575757. Windows color (decimal): -9097251 or 14495605. OLE color: 14495605.

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

Color convert

RGB 117 47 221 -
CMYK 0.47 0.79 0 0.13
HSL 264.14º 0.72% 0.53% -
HSV(B) 264.14º 0.79% 0.87% -
XYZ 21.4 11.04 69.41 -
YUV 87.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 117 47 221 0.47 0.79 0 0.13 264.14 0.72 0.53
Hex 75 2F DD 2F 4F 0 D 108 48 35
Octal 165 57 335 57 117 0 15 410 110 65
Binary 1110101 101111 11011101 101111 1001111 0 1101 100001000 1001000 110101

Color Harmonies of #752FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FDD

Black with #752FDD

Text Example


Text Example

White with #752FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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