Html Css Color HEX #7126CF Purple Heart

📋 copy color: '#7126CF'

red 113 ◦ green 38 ◦ blue 207

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

Shades of Purple Heart #7126CF

Tints of Purple Heart #7126CF

RGB

 RED value IS 113 (44.53% from 255) = 31.56%

 GREEN value IS 38 (15.23% from 255) = 10.61%

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

R = 31.56%
G = 10.61%
B = 57.82%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7126CF (or 0x7126CF) is known color: Purple Heart. HEX triplet: 71, 26 and CF. RGB value is (113,38,207). Sum of RGB (Red+Green+Blue) = 113+38+207=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #7126CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7126CF is #8ED930. Grayscale: #4F4F4F. Windows color (decimal): -9361713 or 13575793. OLE color: 13575793.

HSL color Cylindrical-coordinate representation of color #7126CF: hue angle of 266.63º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7126CF is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 38 207 -
CMYK 0.45 0.82 0 0.19
HSL 266.63º 0.69% 0.48% -
HSV(B) 266.63º 0.82% 0.81% -
XYZ 18.77 9.4 59.86 -
YUV 79.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 113 38 207 0.45 0.82 0 0.19 266.63 0.69 0.48
Hex 71 26 CF 2D 52 0 13 10B 45 30
Octal 161 46 317 55 122 0 23 413 105 60
Binary 1110001 100110 11001111 101101 1010010 0 10011 100001011 1000101 110000

Color Harmonies of #7126CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7126CF

Black with #7126CF

Text Example


Text Example

White with #7126CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7126CF; }

 p { color: rgb(113,38,207); }

 H1.HeaderClassName
 {
   color: #7126CF;
 }
 .AnyTagClassName
 {
   color: #7126CF;
 }
</style>

background-color css

<style>
 a { background-color: #7126CF; }

 a { background-color: rgb(113,38,207); }

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

border-color css

<style>
 span { border-color: #7126CF; }

 span { border-color: rgb(113,38,207); }

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