Html Css Color HEX #702CBC Purple Heart

📋 copy color: '#702CBC'

red 112 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #702CBC

Tints of Purple Heart #702CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.79%

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 32.56%
G = 12.79%
B = 54.65%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#702CBC (or 0x702CBC) is known color: Purple Heart. HEX triplet: 70, 2C and BC. RGB value is (112,44,188). Sum of RGB (Red+Green+Blue) = 112+44+188=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #702CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CBC is #8FD343. Grayscale: #505050. Windows color (decimal): -9425732 or 12332144. OLE color: 12332144.

HSL color Cylindrical-coordinate representation of color #702CBC: hue angle of 268.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702CBC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 44 188 -
CMYK 0.40 0.77 0 0.26
HSL 268.33º 0.62% 0.45% -
HSV(B) 268.33º 0.77% 0.74% -
XYZ 16.66 8.88 48.41 -
YUV 80.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 112 44 188 0.40 0.77 0 0.26 268.33 0.62 0.45
Hex 70 2C BC 28 4D 0 1A 10C 3E 2D
Octal 160 54 274 50 115 0 32 414 76 55
Binary 1110000 101100 10111100 101000 1001101 0 11010 100001100 111110 101101

Color Harmonies of #702CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CBC

Black with #702CBC

Text Example


Text Example

White with #702CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,188); }

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

background-color css

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

 a { background-color: rgb(112,44,188); }

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

border-color css

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

 span { border-color: rgb(112,44,188); }

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