Html Css Color HEX #7025CE Purple Heart

📋 copy color: '#7025CE'

red 112 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #7025CE

Tints of Purple Heart #7025CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 31.55%
G = 10.42%
B = 58.03%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7025CE (or 0x7025CE) is known color: Purple Heart. HEX triplet: 70, 25 and CE. RGB value is (112,37,206). Sum of RGB (Red+Green+Blue) = 112+37+206=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #7025CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7025CE is #8FDA31. Grayscale: #4E4E4E. Windows color (decimal): -9427506 or 13510000. OLE color: 13510000.

HSL color Cylindrical-coordinate representation of color #7025CE: hue angle of 266.63º degrees, saturation: 0.7, 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 #7025CE is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 37 206 -
CMYK 0.46 0.82 0 0.19
HSL 266.63º 0.7% 0.48% -
HSV(B) 266.63º 0.82% 0.81% -
XYZ 18.48 9.22 59.2 -
YUV 78.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 112 37 206 0.46 0.82 0 0.19 266.63 0.7 0.48
Hex 70 25 CE 2E 52 0 13 10B 46 30
Octal 160 45 316 56 122 0 23 413 106 60
Binary 1110000 100101 11001110 101110 1010010 0 10011 100001011 1000110 110000

Color Harmonies of #7025CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7025CE

Black with #7025CE

Text Example


Text Example

White with #7025CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7025CE; }

 p { color: rgb(112,37,206); }

 H1.HeaderClassName
 {
   color: #7025CE;
 }
 .AnyTagClassName
 {
   color: #7025CE;
 }
</style>

background-color css

<style>
 a { background-color: #7025CE; }

 a { background-color: rgb(112,37,206); }

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

border-color css

<style>
 span { border-color: #7025CE; }

 span { border-color: rgb(112,37,206); }

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