Html Css Color HEX #702FDA Purple Heart

📋 copy color: '#702FDA'

red 112 ◦ green 47 ◦ blue 218

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

Shades of Purple Heart #702FDA

Tints of Purple Heart #702FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 29.71%
G = 12.47%
B = 57.82%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#702FDA (or 0x702FDA) is known color: Purple Heart. HEX triplet: 70, 2F and DA. RGB value is (112,47,218). Sum of RGB (Red+Green+Blue) = 112+47+218=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #702FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FDA is #8FD025. Grayscale: #555555. Windows color (decimal): -9424934 or 14298992. OLE color: 14298992.

HSL color Cylindrical-coordinate representation of color #702FDA: hue angle of 262.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702FDA is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 47 218 -
CMYK 0.49 0.78 0 0.15
HSL 262.81º 0.7% 0.52% -
HSV(B) 262.81º 0.78% 0.85% -
XYZ 20.35 10.54 67.29 -
YUV 85.93 202.53 146.6 -
System Red Green Blue C M Y K H S L
Decimal 112 47 218 0.49 0.78 0 0.15 262.81 0.7 0.52
Hex 70 2F DA 31 4E 0 F 107 46 34
Octal 160 57 332 61 116 0 17 407 106 64
Binary 1110000 101111 11011010 110001 1001110 0 1111 100000111 1000110 110100

Color Harmonies of #702FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FDA

Black with #702FDA

Text Example


Text Example

White with #702FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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