Html Css Color HEX #702BBE Purple Heart

📋 copy color: '#702BBE'

red 112 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #702BBE

Tints of Purple Heart #702BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 32.46%
G = 12.46%
B = 55.07%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#702BBE (or 0x702BBE) is known color: Purple Heart. HEX triplet: 70, 2B and BE. RGB value is (112,43,190). Sum of RGB (Red+Green+Blue) = 112+43+190=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #702BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BBE is #8FD441. Grayscale: #4F4F4F. Windows color (decimal): -9425986 or 12462960. OLE color: 12462960.

HSL color Cylindrical-coordinate representation of color #702BBE: hue angle of 268.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702BBE is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 43 190 -
CMYK 0.41 0.77 0 0.25
HSL 268.16º 0.63% 0.46% -
HSV(B) 268.16º 0.77% 0.75% -
XYZ 16.84 8.89 49.54 -
YUV 80.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 112 43 190 0.41 0.77 0 0.25 268.16 0.63 0.46
Hex 70 2B BE 29 4D 0 19 10C 3F 2E
Octal 160 53 276 51 115 0 31 414 77 56
Binary 1110000 101011 10111110 101001 1001101 0 11001 100001100 111111 101110

Color Harmonies of #702BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BBE

Black with #702BBE

Text Example


Text Example

White with #702BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,43,190); }

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

background-color css

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

 a { background-color: rgb(112,43,190); }

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

border-color css

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

 span { border-color: rgb(112,43,190); }

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