Html Css Color HEX #7023CF Purple Heart

📋 copy color: '#7023CF'

red 112 ◦ green 35 ◦ blue 207

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

Shades of Purple Heart #7023CF

Tints of Purple Heart #7023CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.47%

R = 31.64%
G = 9.89%
B = 58.47%

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

#7023CF (or 0x7023CF) is known color: Purple Heart. HEX triplet: 70, 23 and CF. RGB value is (112,35,207). Sum of RGB (Red+Green+Blue) = 112+35+207=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #7023CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023CF is #8FDC30. Grayscale: #4D4D4D. Windows color (decimal): -9428017 or 13575024. OLE color: 13575024.

HSL color Cylindrical-coordinate representation of color #7023CF: hue angle of 266.86º 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 #7023CF is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 35 207 -
CMYK 0.46 0.83 0 0.19
HSL 266.86º 0.71% 0.47% -
HSV(B) 266.86º 0.83% 0.81% -
XYZ 18.55 9.15 59.82 -
YUV 77.63 201.01 152.51 -
System Red Green Blue C M Y K H S L
Decimal 112 35 207 0.46 0.83 0 0.19 266.86 0.71 0.47
Hex 70 23 CF 2E 53 0 13 10B 47 2F
Octal 160 43 317 56 123 0 23 413 107 57
Binary 1110000 100011 11001111 101110 1010011 0 10011 100001011 1000111 101111

Color Harmonies of #7023CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023CF

Black with #7023CF

Text Example


Text Example

White with #7023CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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