Html Css Color HEX #752BDA Blue Violet

📋 copy color: '#752BDA'

red 117 ◦ green 43 ◦ blue 218

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

Shades of Blue Violet #752BDA

Tints of Blue Violet #752BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 30.95%
G = 11.38%
B = 57.67%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#752BDA (or 0x752BDA) is known color: Blue Violet. HEX triplet: 75, 2B and DA. RGB value is (117,43,218). Sum of RGB (Red+Green+Blue) = 117+43+218=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #752BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BDA is #8AD425. Grayscale: #545454. Windows color (decimal): -9098278 or 14297973. OLE color: 14297973.

HSL color Cylindrical-coordinate representation of color #752BDA: hue angle of 265.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752BDA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 43 218 -
CMYK 0.46 0.80 0 0.15
HSL 265.37º 0.7% 0.51% -
HSV(B) 265.37º 0.8% 0.85% -
XYZ 20.85 10.57 67.27 -
YUV 85.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 117 43 218 0.46 0.80 0 0.15 265.37 0.7 0.51
Hex 75 2B DA 2E 50 0 F 109 46 33
Octal 165 53 332 56 120 0 17 411 106 63
Binary 1110101 101011 11011010 101110 1010000 0 1111 100001001 1000110 110011

Color Harmonies of #752BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BDA

Black with #752BDA

Text Example


Text Example

White with #752BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,218); }

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

background-color css

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

 a { background-color: rgb(117,43,218); }

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

border-color css

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

 span { border-color: rgb(117,43,218); }

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