Html Css Color HEX #702BCC Purple Heart

📋 copy color: '#702BCC'

red 112 ◦ green 43 ◦ blue 204

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

Shades of Purple Heart #702BCC

Tints of Purple Heart #702BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 31.2%
G = 11.98%
B = 56.82%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#702BCC (or 0x702BCC) is known color: Purple Heart. HEX triplet: 70, 2B and CC. RGB value is (112,43,204). Sum of RGB (Red+Green+Blue) = 112+43+204=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #702BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BCC is #8FD433. Grayscale: #515151. Windows color (decimal): -9425972 or 13380464. OLE color: 13380464.

HSL color Cylindrical-coordinate representation of color #702BCC: hue angle of 265.71º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702BCC is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 43 204 -
CMYK 0.45 0.79 0 0.2
HSL 265.71º 0.65% 0.48% -
HSV(B) 265.71º 0.79% 0.8% -
XYZ 18.45 9.53 57.99 -
YUV 81.99 196.86 149.41 -
System Red Green Blue C M Y K H S L
Decimal 112 43 204 0.45 0.79 0 0.2 265.71 0.65 0.48
Hex 70 2B CC 2D 4F 0 14 10A 41 30
Octal 160 53 314 55 117 0 24 412 101 60
Binary 1110000 101011 11001100 101101 1001111 0 10100 100001010 1000001 110000

Color Harmonies of #702BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BCC

Black with #702BCC

Text Example


Text Example

White with #702BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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