Html Css Color HEX #702BB5 Purple Heart

📋 copy color: '#702BB5'

red 112 ◦ green 43 ◦ blue 181

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

Shades of Purple Heart #702BB5

Tints of Purple Heart #702BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.87%

R = 33.33%
G = 12.8%
B = 53.87%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#702BB5 (or 0x702BB5) is known color: Purple Heart. HEX triplet: 70, 2B and B5. RGB value is (112,43,181). Sum of RGB (Red+Green+Blue) = 112+43+181=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #702BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BB5 is #8FD44A. Grayscale: #4E4E4E. Windows color (decimal): -9425995 or 11873136. OLE color: 11873136.

HSL color Cylindrical-coordinate representation of color #702BB5: hue angle of 270º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702BB5 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 43 181 -
CMYK 0.38 0.76 0 0.29
HSL 270º 0.62% 0.44% -
HSV(B) 270º 0.76% 0.71% -
XYZ 15.89 8.51 44.52 -
YUV 79.36 185.36 151.28 -
System Red Green Blue C M Y K H S L
Decimal 112 43 181 0.38 0.76 0 0.29 270 0.62 0.44
Hex 70 2B B5 26 4C 0 1D 10E 3E 2C
Octal 160 53 265 46 114 0 35 416 76 54
Binary 1110000 101011 10110101 100110 1001100 0 11101 100001110 111110 101100

Color Harmonies of #702BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BB5

Black with #702BB5

Text Example


Text Example

White with #702BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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