Html Css Color HEX #7D2FCC Blue Violet

📋 copy color: '#7D2FCC'

red 125 ◦ green 47 ◦ blue 204

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

Shades of Blue Violet #7D2FCC

Tints of Blue Violet #7D2FCC

RGB

 RED value IS 125 (49.22% from 255) = 33.24%

 GREEN value IS 47 (18.75% from 255) = 12.5%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 33.24%
G = 12.5%
B = 54.26%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D2FCC (or 0x7D2FCC) is known color: Blue Violet. HEX triplet: 7D, 2F and CC. RGB value is (125,47,204). Sum of RGB (Red+Green+Blue) = 125+47+204=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D2FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2FCC is #82D033. Grayscale: #575757. Windows color (decimal): -8572980 or 13381501. OLE color: 13381501.

HSL color Cylindrical-coordinate representation of color #7D2FCC: hue angle of 269.81º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D2FCC is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 47 204 -
CMYK 0.39 0.77 0 0.2
HSL 269.81º 0.63% 0.49% -
HSV(B) 269.81º 0.77% 0.8% -
XYZ 20.37 10.75 58.13 -
YUV 88.22 193.34 154.23 -
System Red Green Blue C M Y K H S L
Decimal 125 47 204 0.39 0.77 0 0.2 269.81 0.63 0.49
Hex 7D 2F CC 27 4D 0 14 10E 3F 31
Octal 175 57 314 47 115 0 24 416 77 61
Binary 1111101 101111 11001100 100111 1001101 0 10100 100001110 111111 110001

Color Harmonies of #7D2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2FCC

Black with #7D2FCC

Text Example


Text Example

White with #7D2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D2FCC; }

 p { color: rgb(125,47,204); }

 H1.HeaderClassName
 {
   color: #7D2FCC;
 }
 .AnyTagClassName
 {
   color: #7D2FCC;
 }
</style>

background-color css

<style>
 a { background-color: #7D2FCC; }

 a { background-color: rgb(125,47,204); }

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

border-color css

<style>
 span { border-color: #7D2FCC; }

 span { border-color: rgb(125,47,204); }

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