Html Css Color HEX #7D34FC Blue Violet

📋 copy color: '#7D34FC'

red 125 ◦ green 52 ◦ blue 252

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

Shades of Blue Violet #7D34FC

Tints of Blue Violet #7D34FC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.12%

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 29.14%
G = 12.12%
B = 58.74%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D34FC (or 0x7D34FC) is known color: Blue Violet. HEX triplet: 7D, 34 and FC. RGB value is (125,52,252). Sum of RGB (Red+Green+Blue) = 125+52+252=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D34FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D34FC is #82CB03. Grayscale: #5F5F5F. Windows color (decimal): -8571652 or 16528509. OLE color: 16528509.

HSL color Cylindrical-coordinate representation of color #7D34FC: hue angle of 261.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D34FC is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 52 252 -
CMYK 0.50 0.79 0 0.01
HSL 261.9º 0.97% 0.6% -
HSV(B) 261.9º 0.79% 0.99% -
XYZ 27.26 13.84 93.33 -
YUV 96.63 215.68 148.24 -
System Red Green Blue C M Y K H S L
Decimal 125 52 252 0.50 0.79 0 0.01 261.9 0.97 0.6
Hex 7D 34 FC 32 4F 0 1 106 61 3C
Octal 175 64 374 62 117 0 1 406 141 74
Binary 1111101 110100 11111100 110010 1001111 0 1 100000110 1100001 111100

Color Harmonies of #7D34FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D34FC

Black with #7D34FC

Text Example


Text Example

White with #7D34FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,252); }

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

background-color css

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

 a { background-color: rgb(125,52,252); }

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

border-color css

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

 span { border-color: rgb(125,52,252); }

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