Html Css Color HEX #752CF2 Blue Violet

📋 copy color: '#752CF2'

red 117 ◦ green 44 ◦ blue 242

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

Shades of Blue Violet #752CF2

Tints of Blue Violet #752CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 60.05%

R = 29.03%
G = 10.92%
B = 60.05%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#752CF2 (or 0x752CF2) is known color: Blue Violet. HEX triplet: 75, 2C and F2. RGB value is (117,44,242). Sum of RGB (Red+Green+Blue) = 117+44+242=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #752CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CF2 is #8AD30D. Grayscale: #575757. Windows color (decimal): -9097998 or 15871093. OLE color: 15871093.

HSL color Cylindrical-coordinate representation of color #752CF2: hue angle of 262.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752CF2 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 44 242 -
CMYK 0.52 0.82 0 0.05
HSL 262.12º 0.88% 0.56% -
HSV(B) 262.12º 0.82% 0.95% -
XYZ 24.26 11.99 85.04 -
YUV 88.4 214.68 148.4 -
System Red Green Blue C M Y K H S L
Decimal 117 44 242 0.52 0.82 0 0.05 262.12 0.88 0.56
Hex 75 2C F2 34 52 0 5 106 58 38
Octal 165 54 362 64 122 0 5 406 130 70
Binary 1110101 101100 11110010 110100 1010010 0 101 100000110 1011000 111000

Color Harmonies of #752CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CF2

Black with #752CF2

Text Example


Text Example

White with #752CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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