Html Css Color HEX #702BCE Purple Heart

📋 copy color: '#702BCE'

red 112 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #702BCE

Tints of Purple Heart #702BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 31.02%
G = 11.91%
B = 57.06%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#702BCE (or 0x702BCE) is known color: Purple Heart. HEX triplet: 70, 2B and CE. RGB value is (112,43,206). Sum of RGB (Red+Green+Blue) = 112+43+206=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #702BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BCE is #8FD431. Grayscale: #515151. Windows color (decimal): -9425970 or 13511536. OLE color: 13511536.

HSL color Cylindrical-coordinate representation of color #702BCE: hue angle of 265.4º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702BCE is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 43 206 -
CMYK 0.46 0.79 0 0.19
HSL 265.4º 0.65% 0.49% -
HSV(B) 265.4º 0.79% 0.81% -
XYZ 18.69 9.63 59.27 -
YUV 82.21 197.86 149.25 -
System Red Green Blue C M Y K H S L
Decimal 112 43 206 0.46 0.79 0 0.19 265.4 0.65 0.49
Hex 70 2B CE 2E 4F 0 13 109 41 31
Octal 160 53 316 56 117 0 23 411 101 61
Binary 1110000 101011 11001110 101110 1001111 0 10011 100001001 1000001 110001

Color Harmonies of #702BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BCE

Black with #702BCE

Text Example


Text Example

White with #702BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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