Html Css Color HEX #673DDD Purple Heart

📋 copy color: '#673DDD'

red 103 ◦ green 61 ◦ blue 221

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

Shades of Purple Heart #673DDD

Tints of Purple Heart #673DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 26.75%
G = 15.84%
B = 57.4%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#673DDD (or 0x673DDD) is known color: Purple Heart. HEX triplet: 67, 3D and DD. RGB value is (103,61,221). Sum of RGB (Red+Green+Blue) = 103+61+221=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #673DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DDD is #98C222. Grayscale: #5B5B5B. Windows color (decimal): -10011171 or 14499175. OLE color: 14499175.

HSL color Cylindrical-coordinate representation of color #673DDD: hue angle of 255.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673DDD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 61 221 -
CMYK 0.53 0.72 0 0.13
HSL 255.75º 0.7% 0.55% -
HSV(B) 255.75º 0.72% 0.87% -
XYZ 20.31 11.44 69.54 -
YUV 91.8 200.91 135.99 -
System Red Green Blue C M Y K H S L
Decimal 103 61 221 0.53 0.72 0 0.13 255.75 0.7 0.55
Hex 67 3D DD 35 48 0 D 100 46 37
Octal 147 75 335 65 110 0 15 400 106 67
Binary 1100111 111101 11011101 110101 1001000 0 1101 100000000 1000110 110111

Color Harmonies of #673DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673DDD

Black with #673DDD

Text Example


Text Example

White with #673DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,61,221); }

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

background-color css

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

 a { background-color: rgb(103,61,221); }

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

border-color css

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

 span { border-color: rgb(103,61,221); }

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