Html Css Color HEX #702FBA Purple Heart

📋 copy color: '#702FBA'

red 112 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #702FBA

Tints of Purple Heart #702FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 32.46%
G = 13.62%
B = 53.91%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#702FBA (or 0x702FBA) is known color: Purple Heart. HEX triplet: 70, 2F and BA. RGB value is (112,47,186). Sum of RGB (Red+Green+Blue) = 112+47+186=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #702FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FBA is #8FD045. Grayscale: #515151. Windows color (decimal): -9424966 or 12201840. OLE color: 12201840.

HSL color Cylindrical-coordinate representation of color #702FBA: hue angle of 268.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702FBA is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 47 186 -
CMYK 0.40 0.75 0 0.27
HSL 268.06º 0.6% 0.46% -
HSV(B) 268.06º 0.75% 0.73% -
XYZ 16.56 9.02 47.32 -
YUV 82.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 112 47 186 0.40 0.75 0 0.27 268.06 0.6 0.46
Hex 70 2F BA 28 4B 0 1B 10C 3C 2E
Octal 160 57 272 50 113 0 33 414 74 56
Binary 1110000 101111 10111010 101000 1001011 0 11011 100001100 111100 101110

Color Harmonies of #702FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FBA

Black with #702FBA

Text Example


Text Example

White with #702FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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