Html Css Color HEX #7612CF Purple Heart

📋 copy color: '#7612CF'

red 118 ◦ green 18 ◦ blue 207

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

Shades of Purple Heart #7612CF

Tints of Purple Heart #7612CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.25%

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

R = 34.4%
G = 5.25%
B = 60.35%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7612CF (or 0x7612CF) is known color: Purple Heart. HEX triplet: 76, 12 and CF. RGB value is (118,18,207). Sum of RGB (Red+Green+Blue) = 118+18+207=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #7612CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7612CF is #89ED30. Grayscale: #444444. Windows color (decimal): -9039153 or 13570678. OLE color: 13570678.

HSL color Cylindrical-coordinate representation of color #7612CF: hue angle of 271.75º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7612CF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 18 207 -
CMYK 0.43 0.91 0 0.19
HSL 271.75º 0.84% 0.44% -
HSV(B) 271.75º 0.91% 0.81% -
XYZ 18.95 8.79 59.73 -
YUV 69.45 205.63 162.63 -
System Red Green Blue C M Y K H S L
Decimal 118 18 207 0.43 0.91 0 0.19 271.75 0.84 0.44
Hex 76 12 CF 2B 5B 0 13 110 54 2C
Octal 166 22 317 53 133 0 23 420 124 54
Binary 1110110 10010 11001111 101011 1011011 0 10011 100010000 1010100 101100

Color Harmonies of #7612CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7612CF

Black with #7612CF

Text Example


Text Example

White with #7612CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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