Html Css Color HEX #4C0ACF Purple Heart

📋 copy color: '#4C0ACF'

red 76 ◦ green 10 ◦ blue 207

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

Shades of Purple Heart #4C0ACF

Tints of Purple Heart #4C0ACF

RGB

 RED value IS 76 (30.08% from 255) = 25.94%

 GREEN value IS 10 (4.3% from 255) = 3.41%

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

R = 25.94%
G = 3.41%
B = 70.65%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C0ACF (or 0x4C0ACF) is known color: Purple Heart. HEX triplet: 4C, 0A and CF. RGB value is (76,10,207). Sum of RGB (Red+Green+Blue) = 76+10+207=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C0ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0ACF is #B3F530. Grayscale: #333333. Windows color (decimal): -11793713 or 13568588. OLE color: 13568588.

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

Color convert

RGB 76 10 207 -
CMYK 0.63 0.95 0 0.19
HSL 260.1º 0.91% 0.43% -
HSV(B) 260.1º 0.95% 0.81% -
XYZ 14.35 6.26 59.48 -
YUV 52.19 215.37 144.98 -
System Red Green Blue C M Y K H S L
Decimal 76 10 207 0.63 0.95 0 0.19 260.1 0.91 0.43
Hex 4C A CF 3F 5F 0 13 104 5B 2B
Octal 114 12 317 77 137 0 23 404 133 53
Binary 1001100 1010 11001111 111111 1011111 0 10011 100000100 1011011 101011

Color Harmonies of #4C0ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0ACF

Black with #4C0ACF

Text Example


Text Example

White with #4C0ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0ACF; }

 p { color: rgb(76,10,207); }

 H1.HeaderClassName
 {
   color: #4C0ACF;
 }
 .AnyTagClassName
 {
   color: #4C0ACF;
 }
</style>

background-color css

<style>
 a { background-color: #4C0ACF; }

 a { background-color: rgb(76,10,207); }

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

border-color css

<style>
 span { border-color: #4C0ACF; }

 span { border-color: rgb(76,10,207); }

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