Html Css Color HEX #7D3ACF Blue Violet

📋 copy color: '#7D3ACF'

red 125 ◦ green 58 ◦ blue 207

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

Shades of Blue Violet #7D3ACF

Tints of Blue Violet #7D3ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.87%

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

R = 32.05%
G = 14.87%
B = 53.08%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D3ACF (or 0x7D3ACF) is known color: Blue Violet. HEX triplet: 7D, 3A and CF. RGB value is (125,58,207). Sum of RGB (Red+Green+Blue) = 125+58+207=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D3ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3ACF is #82C530. Grayscale: #5E5E5E. Windows color (decimal): -8570161 or 13580925. OLE color: 13580925.

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

Color convert

RGB 125 58 207 -
CMYK 0.40 0.72 0 0.19
HSL 266.98º 0.61% 0.52% -
HSV(B) 266.98º 0.72% 0.81% -
XYZ 21.23 11.89 60.21 -
YUV 95.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 125 58 207 0.40 0.72 0 0.19 266.98 0.61 0.52
Hex 7D 3A CF 28 48 0 13 10B 3D 34
Octal 175 72 317 50 110 0 23 413 75 64
Binary 1111101 111010 11001111 101000 1001000 0 10011 100001011 111101 110100

Color Harmonies of #7D3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3ACF

Black with #7D3ACF

Text Example


Text Example

White with #7D3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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