Html Css Color HEX #7014CB Purple Heart

📋 copy color: '#7014CB'

red 112 ◦ green 20 ◦ blue 203

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

Shades of Purple Heart #7014CB

Tints of Purple Heart #7014CB

RGB

 RED value IS 112 (44.14% from 255) = 33.43%

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 33.43%
G = 5.97%
B = 60.6%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7014CB (or 0x7014CB) is known color: Purple Heart. HEX triplet: 70, 14 and CB. RGB value is (112,20,203). Sum of RGB (Red+Green+Blue) = 112+20+203=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #7014CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7014CB is #8FEB34. Grayscale: #434343. Windows color (decimal): -9431861 or 13309040. OLE color: 13309040.

HSL color Cylindrical-coordinate representation of color #7014CB: hue angle of 270.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7014CB is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 20 203 -
CMYK 0.45 0.90 0 0.20
HSL 270.16º 0.82% 0.44% -
HSV(B) 270.16º 0.9% 0.8% -
XYZ 17.71 8.26 57.16 -
YUV 68.37 203.98 159.12 -
System Red Green Blue C M Y K H S L
Decimal 112 20 203 0.45 0.90 0 0.20 270.16 0.82 0.44
Hex 70 14 CB 2D 5A 0 14 10E 52 2C
Octal 160 24 313 55 132 0 24 416 122 54
Binary 1110000 10100 11001011 101101 1011010 0 10100 100001110 1010010 101100

Color Harmonies of #7014CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014CB

Black with #7014CB

Text Example


Text Example

White with #7014CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7014CB; }

 p { color: rgb(112,20,203); }

 H1.HeaderClassName
 {
   color: #7014CB;
 }
 .AnyTagClassName
 {
   color: #7014CB;
 }
</style>

background-color css

<style>
 a { background-color: #7014CB; }

 a { background-color: rgb(112,20,203); }

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

border-color css

<style>
 span { border-color: #7014CB; }

 span { border-color: rgb(112,20,203); }

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