Html Css Color HEX #762CDA Blue Violet

📋 copy color: '#762CDA'

red 118 ◦ green 44 ◦ blue 218

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

Shades of Blue Violet #762CDA

Tints of Blue Violet #762CDA

RGB

 RED value IS 118 (46.48% from 255) = 31.05%

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

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

R = 31.05%
G = 11.58%
B = 57.37%

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

#762CDA (or 0x762CDA) is known color: Blue Violet. HEX triplet: 76, 2C and DA. RGB value is (118,44,218). Sum of RGB (Red+Green+Blue) = 118+44+218=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #762CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CDA is #89D325. Grayscale: #555555. Windows color (decimal): -9032486 or 14298230. OLE color: 14298230.

HSL color Cylindrical-coordinate representation of color #762CDA: hue angle of 265.52º 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 #762CDA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 44 218 -
CMYK 0.46 0.80 0 0.15
HSL 265.52º 0.7% 0.51% -
HSV(B) 265.52º 0.8% 0.85% -
XYZ 21.03 10.71 67.29 -
YUV 85.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 118 44 218 0.46 0.80 0 0.15 265.52 0.7 0.51
Hex 76 2C DA 2E 50 0 F 10A 46 33
Octal 166 54 332 56 120 0 17 412 106 63
Binary 1110110 101100 11011010 101110 1010000 0 1111 100001010 1000110 110011

Color Harmonies of #762CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CDA

Black with #762CDA

Text Example


Text Example

White with #762CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762CDA; }

 p { color: rgb(118,44,218); }

 H1.HeaderClassName
 {
   color: #762CDA;
 }
 .AnyTagClassName
 {
   color: #762CDA;
 }
</style>

background-color css

<style>
 a { background-color: #762CDA; }

 a { background-color: rgb(118,44,218); }

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

border-color css

<style>
 span { border-color: #762CDA; }

 span { border-color: rgb(118,44,218); }

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