Html Css Color HEX #7D3BCE Blue Violet

📋 copy color: '#7D3BCE'

red 125 ◦ green 59 ◦ blue 206

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

Shades of Blue Violet #7D3BCE

Tints of Blue Violet #7D3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.13%

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 32.05%
G = 15.13%
B = 52.82%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D3BCE (or 0x7D3BCE) is known color: Blue Violet. HEX triplet: 7D, 3B and CE. RGB value is (125,59,206). Sum of RGB (Red+Green+Blue) = 125+59+206=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3BCE is #82C431. Grayscale: #5E5E5E. Windows color (decimal): -8569906 or 13515645. OLE color: 13515645.

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

Color convert

RGB 125 59 206 -
CMYK 0.39 0.71 0 0.19
HSL 266.94º 0.6% 0.52% -
HSV(B) 266.94º 0.71% 0.81% -
XYZ 21.16 11.94 59.58 -
YUV 95.49 190.37 149.05 -
System Red Green Blue C M Y K H S L
Decimal 125 59 206 0.39 0.71 0 0.19 266.94 0.6 0.52
Hex 7D 3B CE 27 47 0 13 10B 3C 34
Octal 175 73 316 47 107 0 23 413 74 64
Binary 1111101 111011 11001110 100111 1000111 0 10011 100001011 111100 110100

Color Harmonies of #7D3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3BCE

Black with #7D3BCE

Text Example


Text Example

White with #7D3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,59,206); }

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

background-color css

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

 a { background-color: rgb(125,59,206); }

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

border-color css

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

 span { border-color: rgb(125,59,206); }

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