Html Css Color HEX #7023DA Purple Heart

📋 copy color: '#7023DA'

red 112 ◦ green 35 ◦ blue 218

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

Shades of Purple Heart #7023DA

Tints of Purple Heart #7023DA

RGB

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

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

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

R = 30.68%
G = 9.59%
B = 59.73%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7023DA (or 0x7023DA) is known color: Purple Heart. HEX triplet: 70, 23 and DA. RGB value is (112,35,218). Sum of RGB (Red+Green+Blue) = 112+35+218=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #7023DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023DA is #8FDC25. Grayscale: #4E4E4E. Windows color (decimal): -9428006 or 14295920. OLE color: 14295920.

HSL color Cylindrical-coordinate representation of color #7023DA: hue angle of 265.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7023DA is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 35 218 -
CMYK 0.49 0.84 0 0.15
HSL 265.25º 0.72% 0.5% -
HSV(B) 265.25º 0.84% 0.85% -
XYZ 19.94 9.71 67.15 -
YUV 78.89 206.51 151.62 -
System Red Green Blue C M Y K H S L
Decimal 112 35 218 0.49 0.84 0 0.15 265.25 0.72 0.5
Hex 70 23 DA 31 54 0 F 109 48 32
Octal 160 43 332 61 124 0 17 411 110 62
Binary 1110000 100011 11011010 110001 1010100 0 1111 100001001 1001000 110010

Color Harmonies of #7023DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023DA

Black with #7023DA

Text Example


Text Example

White with #7023DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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