Html Css Color HEX #7D30CC Blue Violet

📋 copy color: '#7D30CC'

red 125 ◦ green 48 ◦ blue 204

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

Shades of Blue Violet #7D30CC

Tints of Blue Violet #7D30CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.73%

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

R = 33.16%
G = 12.73%
B = 54.11%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D30CC (or 0x7D30CC) is known color: Blue Violet. HEX triplet: 7D, 30 and CC. RGB value is (125,48,204). Sum of RGB (Red+Green+Blue) = 125+48+204=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D30CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D30CC is #82CF33. Grayscale: #585858. Windows color (decimal): -8572724 or 13381757. OLE color: 13381757.

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

Color convert

RGB 125 48 204 -
CMYK 0.39 0.76 0 0.2
HSL 269.62º 0.62% 0.49% -
HSV(B) 269.62º 0.76% 0.8% -
XYZ 20.41 10.83 58.14 -
YUV 88.81 193.01 153.82 -
System Red Green Blue C M Y K H S L
Decimal 125 48 204 0.39 0.76 0 0.2 269.62 0.62 0.49
Hex 7D 30 CC 27 4C 0 14 10E 3E 31
Octal 175 60 314 47 114 0 24 416 76 61
Binary 1111101 110000 11001100 100111 1001100 0 10100 100001110 111110 110001

Color Harmonies of #7D30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D30CC

Black with #7D30CC

Text Example


Text Example

White with #7D30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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