Html Css Color HEX #790CDF Blue Violet

📋 copy color: '#790CDF'

red 121 ◦ green 12 ◦ blue 223

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

Shades of Blue Violet #790CDF

Tints of Blue Violet #790CDF

RGB

 RED value IS 121 (47.66% from 255) = 33.99%

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

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

R = 33.99%
G = 3.37%
B = 62.64%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#790CDF (or 0x790CDF) is known color: Blue Violet. HEX triplet: 79, 0C and DF. RGB value is (121,12,223). Sum of RGB (Red+Green+Blue) = 121+12+223=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #790CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CDF is #86F320. Grayscale: #434343. Windows color (decimal): -8844065 or 14617721. OLE color: 14617721.

HSL color Cylindrical-coordinate representation of color #790CDF: hue angle of 271º 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 #790CDF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 12 223 -
CMYK 0.46 0.95 0 0.13
HSL 271º 0.9% 0.46% -
HSV(B) 271º 0.95% 0.87% -
XYZ 21.34 9.66 70.55 -
YUV 68.65 215.11 165.34 -
System Red Green Blue C M Y K H S L
Decimal 121 12 223 0.46 0.95 0 0.13 271 0.9 0.46
Hex 79 C DF 2E 5F 0 D 10F 5A 2E
Octal 171 14 337 56 137 0 15 417 132 56
Binary 1111001 1100 11011111 101110 1011111 0 1101 100001111 1011010 101110

Color Harmonies of #790CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CDF

Black with #790CDF

Text Example


Text Example

White with #790CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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