Html Css Color HEX #7023BD Purple Heart

📋 copy color: '#7023BD'

red 112 ◦ green 35 ◦ blue 189

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

Shades of Purple Heart #7023BD

Tints of Purple Heart #7023BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 33.33%
G = 10.42%
B = 56.25%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7023BD (or 0x7023BD) is known color: Purple Heart. HEX triplet: 70, 23 and BD. RGB value is (112,35,189). Sum of RGB (Red+Green+Blue) = 112+35+189=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #7023BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023BD is #8FDC42. Grayscale: #4B4B4B. Windows color (decimal): -9428035 or 12395376. OLE color: 12395376.

HSL color Cylindrical-coordinate representation of color #7023BD: hue angle of 270º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7023BD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 35 189 -
CMYK 0.41 0.81 0 0.26
HSL 270º 0.69% 0.44% -
HSV(B) 270º 0.81% 0.74% -
XYZ 16.47 8.32 48.88 -
YUV 75.58 192.01 153.98 -
System Red Green Blue C M Y K H S L
Decimal 112 35 189 0.41 0.81 0 0.26 270 0.69 0.44
Hex 70 23 BD 29 51 0 1A 10E 45 2C
Octal 160 43 275 51 121 0 32 416 105 54
Binary 1110000 100011 10111101 101001 1010001 0 11010 100001110 1000101 101100

Color Harmonies of #7023BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023BD

Black with #7023BD

Text Example


Text Example

White with #7023BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7023BD; }

 p { color: rgb(112,35,189); }

 H1.HeaderClassName
 {
   color: #7023BD;
 }
 .AnyTagClassName
 {
   color: #7023BD;
 }
</style>

background-color css

<style>
 a { background-color: #7023BD; }

 a { background-color: rgb(112,35,189); }

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

border-color css

<style>
 span { border-color: #7023BD; }

 span { border-color: rgb(112,35,189); }

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