Html Css Color HEX #7629CF Purple Heart

📋 copy color: '#7629CF'

red 118 ◦ green 41 ◦ blue 207

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

Shades of Purple Heart #7629CF

Tints of Purple Heart #7629CF

RGB

 RED value IS 118 (46.48% from 255) = 32.24%

 GREEN value IS 41 (16.41% from 255) = 11.2%

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

R = 32.24%
G = 11.2%
B = 56.56%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7629CF (or 0x7629CF) is known color: Purple Heart. HEX triplet: 76, 29 and CF. RGB value is (118,41,207). Sum of RGB (Red+Green+Blue) = 118+41+207=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #7629CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629CF is #89D630. Grayscale: #525252. Windows color (decimal): -9033265 or 13576566. OLE color: 13576566.

HSL color Cylindrical-coordinate representation of color #7629CF: hue angle of 267.83º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7629CF is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 41 207 -
CMYK 0.43 0.80 0 0.19
HSL 267.83º 0.67% 0.49% -
HSV(B) 267.83º 0.8% 0.81% -
XYZ 19.53 9.94 59.92 -
YUV 82.95 198.01 153 -
System Red Green Blue C M Y K H S L
Decimal 118 41 207 0.43 0.80 0 0.19 267.83 0.67 0.49
Hex 76 29 CF 2B 50 0 13 10C 43 31
Octal 166 51 317 53 120 0 23 414 103 61
Binary 1110110 101001 11001111 101011 1010000 0 10011 100001100 1000011 110001

Color Harmonies of #7629CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629CF

Black with #7629CF

Text Example


Text Example

White with #7629CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,41,207); }

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

background-color css

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

 a { background-color: rgb(118,41,207); }

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

border-color css

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

 span { border-color: rgb(118,41,207); }

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