Html Css Color HEX #702BCA Purple Heart

📋 copy color: '#702BCA'

red 112 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #702BCA

Tints of Purple Heart #702BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.58%

R = 31.37%
G = 12.04%
B = 56.58%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#702BCA (or 0x702BCA) is known color: Purple Heart. HEX triplet: 70, 2B and CA. RGB value is (112,43,202). Sum of RGB (Red+Green+Blue) = 112+43+202=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #702BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BCA is #8FD435. Grayscale: #515151. Windows color (decimal): -9425974 or 13249392. OLE color: 13249392.

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

Color convert

RGB 112 43 202 -
CMYK 0.45 0.79 0 0.21
HSL 266.04º 0.65% 0.48% -
HSV(B) 266.04º 0.79% 0.79% -
XYZ 18.21 9.44 56.74 -
YUV 81.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 112 43 202 0.45 0.79 0 0.21 266.04 0.65 0.48
Hex 70 2B CA 2D 4F 0 15 10A 41 30
Octal 160 53 312 55 117 0 25 412 101 60
Binary 1110000 101011 11001010 101101 1001111 0 10101 100001010 1000001 110000

Color Harmonies of #702BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BCA

Black with #702BCA

Text Example


Text Example

White with #702BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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