Html Css Color HEX #7023CE Purple Heart

📋 copy color: '#7023CE'

red 112 ◦ green 35 ◦ blue 206

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

Shades of Purple Heart #7023CE

Tints of Purple Heart #7023CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 31.73%
G = 9.92%
B = 58.36%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7023CE (or 0x7023CE) is known color: Purple Heart. HEX triplet: 70, 23 and CE. RGB value is (112,35,206). Sum of RGB (Red+Green+Blue) = 112+35+206=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #7023CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023CE is #8FDC31. Grayscale: #4C4C4C. Windows color (decimal): -9428018 or 13509488. OLE color: 13509488.

HSL color Cylindrical-coordinate representation of color #7023CE: hue angle of 267.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7023CE is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 35 206 -
CMYK 0.46 0.83 0 0.19
HSL 267.02º 0.71% 0.47% -
HSV(B) 267.02º 0.83% 0.81% -
XYZ 18.42 9.1 59.18 -
YUV 77.52 200.51 152.6 -
System Red Green Blue C M Y K H S L
Decimal 112 35 206 0.46 0.83 0 0.19 267.02 0.71 0.47
Hex 70 23 CE 2E 53 0 13 10B 47 2F
Octal 160 43 316 56 123 0 23 413 107 57
Binary 1110000 100011 11001110 101110 1010011 0 10011 100001011 1000111 101111

Color Harmonies of #7023CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023CE

Black with #7023CE

Text Example


Text Example

White with #7023CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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