Html Css Color HEX #7D30CF Blue Violet

📋 copy color: '#7D30CF'

red 125 ◦ green 48 ◦ blue 207

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

Shades of Blue Violet #7D30CF

Tints of Blue Violet #7D30CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 32.89%
G = 12.63%
B = 54.47%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D30CF (or 0x7D30CF) is known color: Blue Violet. HEX triplet: 7D, 30 and CF. RGB value is (125,48,207). Sum of RGB (Red+Green+Blue) = 125+48+207=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D30CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D30CF is #82CF30. Grayscale: #585858. Windows color (decimal): -8572721 or 13578365. OLE color: 13578365.

HSL color Cylindrical-coordinate representation of color #7D30CF: hue angle of 269.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D30CF is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 48 207 -
CMYK 0.40 0.77 0 0.19
HSL 269.06º 0.62% 0.5% -
HSV(B) 269.06º 0.77% 0.81% -
XYZ 20.78 10.98 60.06 -
YUV 89.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 125 48 207 0.40 0.77 0 0.19 269.06 0.62 0.5
Hex 7D 30 CF 28 4D 0 13 10D 3E 32
Octal 175 60 317 50 115 0 23 415 76 62
Binary 1111101 110000 11001111 101000 1001101 0 10011 100001101 111110 110010

Color Harmonies of #7D30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D30CF

Black with #7D30CF

Text Example


Text Example

White with #7D30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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