Html Css Color HEX #760CDF Blue Violet

📋 copy color: '#760CDF'

red 118 ◦ green 12 ◦ blue 223

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

Shades of Blue Violet #760CDF

Tints of Blue Violet #760CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.4%

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 33.43%
G = 3.4%
B = 63.17%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#760CDF (or 0x760CDF) is known color: Blue Violet. HEX triplet: 76, 0C and DF. RGB value is (118,12,223). Sum of RGB (Red+Green+Blue) = 118+12+223=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #760CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CDF is #89F320. Grayscale: #434343. Windows color (decimal): -9040673 or 14617718. OLE color: 14617718.

HSL color Cylindrical-coordinate representation of color #760CDF: hue angle of 270.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CDF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 12 223 -
CMYK 0.47 0.95 0 0.13
HSL 270.14º 0.9% 0.46% -
HSV(B) 270.14º 0.95% 0.87% -
XYZ 20.92 9.44 70.53 -
YUV 67.75 215.62 163.84 -
System Red Green Blue C M Y K H S L
Decimal 118 12 223 0.47 0.95 0 0.13 270.14 0.9 0.46
Hex 76 C DF 2F 5F 0 D 10E 5A 2E
Octal 166 14 337 57 137 0 15 416 132 56
Binary 1110110 1100 11011111 101111 1011111 0 1101 100001110 1011010 101110

Color Harmonies of #760CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CDF

Black with #760CDF

Text Example


Text Example

White with #760CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760CDF; }

 p { color: rgb(118,12,223); }

 H1.HeaderClassName
 {
   color: #760CDF;
 }
 .AnyTagClassName
 {
   color: #760CDF;
 }
</style>

background-color css

<style>
 a { background-color: #760CDF; }

 a { background-color: rgb(118,12,223); }

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

border-color css

<style>
 span { border-color: #760CDF; }

 span { border-color: rgb(118,12,223); }

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