Html Css Color HEX #702FB3 Purple Heart

📋 copy color: '#702FB3'

red 112 ◦ green 47 ◦ blue 179

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

Shades of Purple Heart #702FB3

Tints of Purple Heart #702FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 33.14%
G = 13.91%
B = 52.96%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#702FB3 (or 0x702FB3) is known color: Purple Heart. HEX triplet: 70, 2F and B3. RGB value is (112,47,179). Sum of RGB (Red+Green+Blue) = 112+47+179=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #702FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FB3 is #8FD04C. Grayscale: #515151. Windows color (decimal): -9424973 or 11743088. OLE color: 11743088.

HSL color Cylindrical-coordinate representation of color #702FB3: hue angle of 269.55º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702FB3 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 47 179 -
CMYK 0.37 0.74 0 0.30
HSL 269.55º 0.58% 0.44% -
HSV(B) 269.55º 0.74% 0.7% -
XYZ 15.84 8.73 43.5 -
YUV 81.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 112 47 179 0.37 0.74 0 0.30 269.55 0.58 0.44
Hex 70 2F B3 25 4A 0 1E 10E 3A 2C
Octal 160 57 263 45 112 0 36 416 72 54
Binary 1110000 101111 10110011 100101 1001010 0 11110 100001110 111010 101100

Color Harmonies of #702FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FB3

Black with #702FB3

Text Example


Text Example

White with #702FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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