Html Css Color HEX #673FC0 Purple Heart

📋 copy color: '#673FC0'

red 103 ◦ green 63 ◦ blue 192

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

Shades of Purple Heart #673FC0

Tints of Purple Heart #673FC0

RGB

 RED value IS 103 (40.63% from 255) = 28.77%

 GREEN value IS 63 (25% from 255) = 17.6%

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 28.77%
G = 17.6%
B = 53.63%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#673FC0 (or 0x673FC0) is known color: Purple Heart. HEX triplet: 67, 3F and C0. RGB value is (103,63,192). Sum of RGB (Red+Green+Blue) = 103+63+192=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #673FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FC0 is #98C03F. Grayscale: #595959. Windows color (decimal): -10010688 or 12599143. OLE color: 12599143.

HSL color Cylindrical-coordinate representation of color #673FC0: hue angle of 258.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673FC0 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 63 192 -
CMYK 0.46 0.67 0 0.25
HSL 258.6º 0.51% 0.5% -
HSV(B) 258.6º 0.67% 0.75% -
XYZ 16.89 10.24 50.96 -
YUV 89.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 103 63 192 0.46 0.67 0 0.25 258.6 0.51 0.5
Hex 67 3F C0 2E 43 0 19 103 33 32
Octal 147 77 300 56 103 0 31 403 63 62
Binary 1100111 111111 11000000 101110 1000011 0 11001 100000011 110011 110010

Color Harmonies of #673FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673FC0

Black with #673FC0

Text Example


Text Example

White with #673FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673FC0; }

 p { color: rgb(103,63,192); }

 H1.HeaderClassName
 {
   color: #673FC0;
 }
 .AnyTagClassName
 {
   color: #673FC0;
 }
</style>

background-color css

<style>
 a { background-color: #673FC0; }

 a { background-color: rgb(103,63,192); }

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

border-color css

<style>
 span { border-color: #673FC0; }

 span { border-color: rgb(103,63,192); }

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