Html Css Color HEX #7423CC Purple Heart

📋 copy color: '#7423CC'

red 116 ◦ green 35 ◦ blue 204

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

Shades of Purple Heart #7423CC

Tints of Purple Heart #7423CC

RGB

 RED value IS 116 (45.7% from 255) = 32.68%

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

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 32.68%
G = 9.86%
B = 57.46%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7423CC (or 0x7423CC) is known color: Purple Heart. HEX triplet: 74, 23 and CC. RGB value is (116,35,204). Sum of RGB (Red+Green+Blue) = 116+35+204=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #7423CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7423CC is #8BDC33. Grayscale: #4D4D4D. Windows color (decimal): -9165876 or 13378420. OLE color: 13378420.

HSL color Cylindrical-coordinate representation of color #7423CC: hue angle of 268.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7423CC is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 35 204 -
CMYK 0.43 0.83 0 0.2
HSL 268.76º 0.71% 0.47% -
HSV(B) 268.76º 0.83% 0.8% -
XYZ 18.7 9.27 57.93 -
YUV 78.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 116 35 204 0.43 0.83 0 0.2 268.76 0.71 0.47
Hex 74 23 CC 2B 53 0 14 10D 47 2F
Octal 164 43 314 53 123 0 24 415 107 57
Binary 1110100 100011 11001100 101011 1010011 0 10100 100001101 1000111 101111

Color Harmonies of #7423CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7423CC

Black with #7423CC

Text Example


Text Example

White with #7423CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7423CC; }

 p { color: rgb(116,35,204); }

 H1.HeaderClassName
 {
   color: #7423CC;
 }
 .AnyTagClassName
 {
   color: #7423CC;
 }
</style>

background-color css

<style>
 a { background-color: #7423CC; }

 a { background-color: rgb(116,35,204); }

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

border-color css

<style>
 span { border-color: #7423CC; }

 span { border-color: rgb(116,35,204); }

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