Html Css Color HEX #702DC2 Purple Heart

📋 copy color: '#702DC2'

red 112 ◦ green 45 ◦ blue 194

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

Shades of Purple Heart #702DC2

Tints of Purple Heart #702DC2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.82%

 BLUE value IS 194 (76.17% from 255) = 55.27%

R = 31.91%
G = 12.82%
B = 55.27%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#702DC2 (or 0x702DC2) is known color: Purple Heart. HEX triplet: 70, 2D and C2. RGB value is (112,45,194). Sum of RGB (Red+Green+Blue) = 112+45+194=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #702DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DC2 is #8FD23D. Grayscale: #515151. Windows color (decimal): -9425470 or 12725616. OLE color: 12725616.

HSL color Cylindrical-coordinate representation of color #702DC2: hue angle of 266.98º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702DC2 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 45 194 -
CMYK 0.42 0.77 0 0.24
HSL 266.98º 0.62% 0.47% -
HSV(B) 266.98º 0.77% 0.76% -
XYZ 17.36 9.22 51.9 -
YUV 82.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 112 45 194 0.42 0.77 0 0.24 266.98 0.62 0.47
Hex 70 2D C2 2A 4D 0 18 10B 3E 2F
Octal 160 55 302 52 115 0 30 413 76 57
Binary 1110000 101101 11000010 101010 1001101 0 11000 100001011 111110 101111

Color Harmonies of #702DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DC2

Black with #702DC2

Text Example


Text Example

White with #702DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,45,194); }

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

background-color css

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

 a { background-color: rgb(112,45,194); }

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

border-color css

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

 span { border-color: rgb(112,45,194); }

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