Html Css Color HEX #702FB7 Purple Heart

📋 copy color: '#702FB7'

red 112 ◦ green 47 ◦ blue 183

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

Shades of Purple Heart #702FB7

Tints of Purple Heart #702FB7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.74%

 BLUE value IS 183 (71.88% from 255) = 53.51%

R = 32.75%
G = 13.74%
B = 53.51%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#702FB7 (or 0x702FB7) is known color: Purple Heart. HEX triplet: 70, 2F and B7. RGB value is (112,47,183). Sum of RGB (Red+Green+Blue) = 112+47+183=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #702FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FB7 is #8FD048. Grayscale: #515151. Windows color (decimal): -9424969 or 12005232. OLE color: 12005232.

HSL color Cylindrical-coordinate representation of color #702FB7: hue angle of 268.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702FB7 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 47 183 -
CMYK 0.39 0.74 0 0.28
HSL 268.68º 0.59% 0.45% -
HSV(B) 268.68º 0.74% 0.72% -
XYZ 16.25 8.9 45.66 -
YUV 81.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 112 47 183 0.39 0.74 0 0.28 268.68 0.59 0.45
Hex 70 2F B7 27 4A 0 1C 10D 3B 2D
Octal 160 57 267 47 112 0 34 415 73 55
Binary 1110000 101111 10110111 100111 1001010 0 11100 100001101 111011 101101

Color Harmonies of #702FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FB7

Black with #702FB7

Text Example


Text Example

White with #702FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702FB7; }

 p { color: rgb(112,47,183); }

 H1.HeaderClassName
 {
   color: #702FB7;
 }
 .AnyTagClassName
 {
   color: #702FB7;
 }
</style>

background-color css

<style>
 a { background-color: #702FB7; }

 a { background-color: rgb(112,47,183); }

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

border-color css

<style>
 span { border-color: #702FB7; }

 span { border-color: rgb(112,47,183); }

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